Gets or set a
System.String that represents the description of the image.
public string ImageDescription {get; set;}
'Declaration
Public Property ImageDescription As String
'Usage
Dim instance As ImageItem
Dim value As String
instance.ImageDescription = value
value = instance.ImageDescription
public: __property string* get_ImageDescription();
public: __property void set_ImageDescription(
string* value
);
public:
property String^ ImageDescription {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String that represents the description of the image.