ActiveDirectorySchemaProperty.RangeUpper Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that represents the maximum value or length that the ActiveDirectorySchemaProperty object can have.
public:
property Nullable<int> RangeUpper { Nullable<int> get(); void set(Nullable<int> value); };
public int? RangeUpper { get; set; }
member this.RangeUpper : Nullable<int> with get, set
Public Property RangeUpper As Nullable(Of Integer)
Property Value
An Int32 value that indicates the maximum value or length of the ActiveDirectorySchemaProperty object value.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
There is no upper range for this property.