 | QueryServiceIsMaster(AttributeType) Method |
Determines whether the specified attribute is a master attribute.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsMaster(
AttributeType attribute
)
Public Function IsMaster (
attribute As AttributeType
) As Boolean
public:
virtual bool IsMaster(
AttributeType^ attribute
) sealed
Parameters
- attribute AttributeType
- The attribute.
Return Value
Booleantrue if the specified attribute is master; otherwise,
false.
Implements
IQueryIsMaster(AttributeType)
See Also