Click or drag to resize

LookupServiceIsMaster(AttributeType) Method

Determines whether the specified AttributeType is referenced by other AttributeType objects called 'Mirrors'.

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

Parameters

element  AttributeType
The element.

Return Value

Boolean
true if the specified element is a 'Master'-Attribute; otherwise, false.

Implements

IQueryIsMaster(AttributeType)
See Also