AdamInstance.DefaultPartition Property

Definition

Gets or sets the default partition that this AD LDS instance serves.

public:
 property System::String ^ DefaultPartition { System::String ^ get(); void set(System::String ^ value); };
public string DefaultPartition { get; set; }
public string? DefaultPartition { get; set; }
member this.DefaultPartition : string with get, set
Public Property DefaultPartition As String

Property Value

A String that contains the distinguished name of the default partition that this AD LDS instance serves. If the default partition is not set, this will return null.

Exceptions

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

The target server is either busy or unavailable.

The partition name is not in a valid distinguished name format, or the AD LDS instance does not serve this partition. Applies to set only.

The object has been disposed.

Applies to