 | IAttributeValueTypeValueAttributes Property |
Gets all the CAEXValue objects for the defined value attributes of this instance.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxList<CaexValue> ValueAttributes { get; }
ReadOnly Property ValueAttributes As List(Of CaexValue)
Get
property List<CaexValue^>^ ValueAttributes {
List<CaexValue^>^ get ();
}
Property Value
ListCaexValue
See Also