GPTrustee.Name Property

 

Gets the relative distinguished name of the trustee, resolved from the SID.

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

Syntax

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

Property Value

Type: System.String

Returns String. The relative distinguished name of the trustee.

See Also

GPTrustee Class
Microsoft.GroupPolicy Namespace

Return to top