string Title {get; set;}
__property string* get_Title(); __property void set_Title( string* value );
property String^ Title { String^ get(); void set ( String^ value); }
'Declaration Property Title As String
'Usage Dim instance As IImGearThumbnailItem Dim value As String instance.Title = value value = instance.Title
IImGearThumbnailItem Interface IImGearThumbnailItem Members