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