 | ExternalInterfaceTypeMaster Property |
Gets and sets the Master. A Master is only defined, if this instance is a
IsMirror. Setting a master
will transform this instance into a mirror.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ExternalInterfaceType Master { get; set; }
Public Property Master As ExternalInterfaceType
Get
Set
public:
virtual property ExternalInterfaceType^ Master {
ExternalInterfaceType^ get () sealed;
void set (ExternalInterfaceType^ value) sealed;
}
Property Value
ExternalInterfaceType
The master.
Implements
IMirrorTMaster
See Also