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