 | AttributeTypeTypeConstraint Property |
Gets the collection of AttributeValueRequirement objects contained in this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXSequence<AttributeValueRequirementType> Constraint { get; }
Public ReadOnly Property Constraint As CAEXSequence(Of AttributeValueRequirementType)
Get
public:
property CAEXSequence<AttributeValueRequirementType^>^ Constraint {
CAEXSequence<AttributeValueRequirementType^>^ get ();
}
Property Value
CAEXSequenceAttributeValueRequirementType
See Also