ActiveDirectorySchemaProperty.RangeLower 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 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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.