 | DocumentVersionInformationDocumentIdentifier Property |
The document attribute "DocumentIdentifier" shall define the name of the
referenced document.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string DocumentIdentifier { get; set; }
Public Property DocumentIdentifier As String
Get
Set
public:
property String^ DocumentIdentifier {
String^ get ();
void set (String^ value);
}
Property Value
String
The "DocumentIdentifier" of the document should not be changed.
See Also