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