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