'Declaration
<BrowsableAttribute(True)>
<CategoryAttribute("ImGearThumbnailList Properties")>
<DescriptionAttribute("This property refers to the data binding field .")>
Public Property DocumentIdentifierField As String
'Usage
Dim instance As ImGearThumbnailList
Dim value As String
instance.DocumentIdentifierField = value
value = instance.DocumentIdentifierField
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("This property refers to the data binding field .")]
public string DocumentIdentifierField {get; set;}
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("This property refers to the data binding field .")]
public: __property string* get_DocumentIdentifierField();
public: __property void set_DocumentIdentifierField(
string* value
);
[BrowsableAttribute(true)]
[CategoryAttribute("ImGearThumbnailList Properties")]
[DescriptionAttribute("This property refers to the data binding field .")]
public:
property String^ DocumentIdentifierField {
String^ get();
void set ( String^ value);
}