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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.