AnnotationActionURI::Uri property¶
Indicates the URI to open.
string Uri { get; set; }
string getUri() throws IGRException;
void setUri(string value) throws IGRException;
@property
def Uri(self) -> string:
@property.setter
def Uri(self, value: string)
std::wstring getUri() const;
void setUri(const std::wstring& value);
[propget] HRESULT Uri([out, retval] BSTR *result);
[propput] HRESULT Uri([in] BSTR value);
Return Value¶
string