Gets the image path for the annotation item to use for persistent store.
'Declaration
Public ReadOnly Property ImagePath As System.String
'Usage
Dim instance As PersistentStore
Dim value As System.String
value = instance.ImagePath
public System.string ImagePath {get;}
public read-only property ImagePath: System.String;
public function get ImagePath : System.String
public: __property System.string* get_ImagePath();
public:
property System.String^ ImagePath {
System.String^ get();
}
Property Value
A string value which represents the path of the image.