ActiveDirectorySchemaProperty.IsSingleValued Property

Definition

Gets or sets a value indicating whether the schema property is single-valued.

public:
 property bool IsSingleValued { bool get(); void set(bool value); };
public bool IsSingleValued { get; set; }
member this.IsSingleValued : bool with get, set
Public Property IsSingleValued As Boolean

Property Value

A Boolean value that indicates whether the schema property is single valued. true if it is single-valued; otherwise, false.

Exceptions

A call to the underlying directory service resulted in an error.

The target server is either busy or unavailable.

Applies to

See also