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