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