 | ICAEXBasicObjectDescription Property |
Gets and sets the Description for this object.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxstring Description { get; set; }
Property Description As String
Get
Set
property String^ Description {
String^ get ();
void set (String^ value);
}
Property Value
String
Remarks
For CAEX 2.15 documents the content of the Description object is transformed to a string.
See Also