DocumentIdentifier Property (MarkupImageDocumentDataConnection)
In This Topic
The Document Identifier for this Document Data Connection
Syntax
'Declaration
Protected Property DocumentIdentifier As String
'Usage
Dim instance As MarkupImageDocumentDataConnection
Dim value As String
instance.DocumentIdentifier = value
value = instance.DocumentIdentifier
protected string DocumentIdentifier {get; set;}
protected: __property string* get_DocumentIdentifier();
protected: __property void set_DocumentIdentifier(
string* value
);
protected:
property String^ DocumentIdentifier {
String^ get();
void set ( String^ value);
}
See Also