DocumentVersionDocumentDataXML Property |
The uncompressed XML representation of the document data, including the document row, the header row and all types of lines. Valid when Document Data Format = U (uncompressed). [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DocumentDataXML { get; set; }
Public Property DocumentDataXML As String
Get
Set
public:
property String^ DocumentDataXML {
String^ get ();
void set (String^ value);
}
member DocumentDataXML : string with get, set
Property Value
Type:
String
See Also