ApplicationPartition.SecurityReferenceDomain 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 security reference domain for this application partition.
public:
property System::String ^ SecurityReferenceDomain { System::String ^ get(); void set(System::String ^ value); };
public string? SecurityReferenceDomain { get; set; }
public string SecurityReferenceDomain { get; set; }
member this.SecurityReferenceDomain : string with get, set
Public Property SecurityReferenceDomain As String
Property Value
The distinguished name of the security reference domain for this application.
Exceptions
A call to the underlying directory service resulted in an error.
The target server is either busy or unavailable.
The ApplicationPartition object has not yet been committed to the underlying directory store (applies to set only).
The application partition is an AD LDS application partition.
The object has been disposed.