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