'Declaration
<CategoryAttribute("ThumbnailView Properties")>
<DescriptionAttribute("This property refers to the image file path or database field value.")>
<BrowsableAttribute(True)>
Public Property DocumentIdentifier As String
'Usage
Dim instance As ThumbnailView
Dim value As String
instance.DocumentIdentifier = value
value = instance.DocumentIdentifier
[CategoryAttribute("ThumbnailView Properties")]
[DescriptionAttribute("This property refers to the image file path or database field value.")]
[BrowsableAttribute(true)]
public string DocumentIdentifier {get; set;}
[CategoryAttribute("ThumbnailView Properties")]
[DescriptionAttribute("This property refers to the image file path or database field value.")]
[BrowsableAttribute(true)]
public: __property string* get_DocumentIdentifier();
public: __property void set_DocumentIdentifier(
string* value
);
[CategoryAttribute("ThumbnailView Properties")]
[DescriptionAttribute("This property refers to the image file path or database field value.")]
[BrowsableAttribute(true)]
public:
property String^ DocumentIdentifier {
String^ get();
void set ( String^ value);
}