AdamInstance.DefaultPartition 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 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.