 | NominalScaledTypeTypeRequiredValue Property |
Gets the collection of the 'RequiredValue' elements for this nominal scaled attribute constraint.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic ValueSequence<string> RequiredValue { get; }
Public ReadOnly Property RequiredValue As ValueSequence(Of String)
Get
public:
property ValueSequence<String^>^ RequiredValue {
ValueSequence<String^>^ get ();
}
Property Value
ValueSequenceString
See Also