ActiveDirectorySchemaProperty.RangeUpper Proprietà

Definizione

Ottiene o imposta un valore che rappresenta il valore massimo o la lunghezza che l'oggetto ActiveDirectorySchemaProperty può avere.

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)

Valore della proprietà

Valore Int32 che indica il valore massimo o la lunghezza del valore dell'oggetto ActiveDirectorySchemaProperty .

Eccezioni

Una chiamata al servizio directory sottostante ha generato un errore.

Il server di destinazione è occupato o non disponibile.

Non esiste alcun intervallo superiore per questa proprietà.

Si applica a

Vedi anche