Click or drag to resize

QueryServiceAttributeMirrors Method

Returns all Mirrors of the specified Attribute

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<AttributeType> AttributeMirrors(
	AttributeType master
)

Parameters

master  AttributeType
The master.

Return Value

IEnumerableAttributeType
An enumeration of mirror Attribute objects

Implements

IQueryAttributeMirrors(AttributeType)
See Also