[]
Gets or sets the value sign.
public ValueSignControl ValueSign { get; set; }
Public Property ValueSign As ValueSignControl
Type | Description |
---|---|
ValueSignControl | A ValueSignControl value that indicates the value sign.
|
The ValueSign property determines what value can be accepted. If the value is Positive, only values that are not smaller than Zero are allowed. If the value is Negative, only values that are not bigger than Zero are allowed. The NoControl setting means all values are allowed.
Type | Condition |
---|---|
InvalidEnumArgumentException | value is not defined in the ValueSignControl. |