ActiveDirectorySchemaProperty.RangeLower Property

Definition

Gets or sets a value that represents the minimum value or length that the schema property can have.

public:
 property Nullable<int> RangeLower { Nullable<int> get(); void set(Nullable<int> value); };
public int? RangeLower { get; set; }
member this.RangeLower : Nullable<int> with get, set
Public Property RangeLower As Nullable(Of Integer)

Property Value

An Int32 that represents the minimum 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 lower range for this property.

Applies to

See also