 | ObjectWithAMLAttributesAttribute Property |
Get the collection of all attributes of this object. Inherited Attributes are not included.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic AttributeSequence Attribute { get; }
Public ReadOnly Property Attribute As AttributeSequence
Get
public:
virtual property AttributeSequence^ Attribute {
AttributeSequence^ get () sealed;
}
Property Value
AttributeSequenceImplements
IObjectWithAttributesAttribute
See Also