 | ValueSequenceTDataTypeElementAndValues Property |
Gets the collection of Xml-Elements and their associated Values in this ValueSequence.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<ValueSequenceTDataTypeElementValue> ElementAndValues { get; }
Public ReadOnly Property ElementAndValues As IEnumerable(Of ValueSequenceTDataTypeElementValue)
Get
public:
property IEnumerable<ValueSequenceTDataTypeElementValue^>^ ElementAndValues {
IEnumerable<ValueSequenceTDataTypeElementValue^>^ get ();
}
Property Value
IEnumerableValueSequenceTDataTypeElementValue
See Also