 | AttributeTypeMaster Property |
Gets the master Attribute object if this is a mirror and the master can be found in this CAEX document.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeType Master { get; set; }
Public Property Master As AttributeType
Get
Set
public:
virtual property AttributeType^ Master {
AttributeType^ get () sealed;
void set (AttributeType^ value) sealed;
}
Return Value
AttributeTypeThe master attribute if it exists; otherwise
null.
Implements
IMirrorTMaster
See Also