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