GPTrustee.Domain Property

 

Gets the domain of the trustee in NetBIOS format, resolved from the SID.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string Domain { get; }
public:
property String^ Domain {
    String^ get();
}
member Domain : string with get
Public ReadOnly Property Domain As String

Property Value

Type: System.String

Returns String. The domain of the trustee.

See Also

GPTrustee Class
Microsoft.GroupPolicy Namespace

Return to top