 | OrdinalScaledTypeTypeRequiredValue Property |
Gets and sets the required value for this ordinal scaled attribute constraint.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string RequiredValue { get; set; }
Public Property RequiredValue As String
Get
Set
public:
property String^ RequiredValue {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also