 | LookupServiceIsMaster(ExternalInterfaceType) Method |
Determines whether the specified ExternalInterface is referenced by other ExternalInterface
objects called 'Mirrors'.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic bool IsMaster(
ExternalInterfaceType externalInterface
)
Public Function IsMaster (
externalInterface As ExternalInterfaceType
) As Boolean
public:
virtual bool IsMaster(
ExternalInterfaceType^ externalInterface
) sealed
Parameters
- externalInterface ExternalInterfaceType
- The ExternalInterface element.
Return Value
Booleantrue if the specified element is a 'Master'-ExternalInterface; otherwise,
false.
Implements
IQueryIsMaster(ExternalInterfaceType)
Exceptions
See Also