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