In This Topic
Gets or sets the href of the Image annotation.
Syntax
'Declaration
Public Property Href As System.String
'Usage
Dim instance As Image
Dim value As System.String
instance.Href = value
value = instance.Href
public System.string Href {get; set;}
public read-write property Href: System.String;
public function get,set Href : System.String
public: __property System.string* get_Href();
public: __property void set_Href(
System.string* value
);
public:
property System.String^ Href {
System.String^ get();
void set ( System.String^ value);
}
See Also