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