ActiveDirectorySchemaProperty.RangeUpper Property

Definition

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.

Applies to

See also