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