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.