Click or drag to resize

QueryServiceIsMaster(AttributeType) Method

Determines whether the specified attribute is a master attribute.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsMaster(
	AttributeType attribute
)

Parameters

attribute  AttributeType
The attribute.

Return Value

Boolean
true if the specified attribute is master; otherwise, false.

Implements

IQueryIsMaster(AttributeType)
See Also