GPPermission.Trustee Property

 

Gets the security principal (trustee) to which the permission applies.

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

Syntax

public GPTrustee Trustee { get; }
public:
property GPTrustee^ Trustee {
    GPTrustee^ get();
}
member Trustee : GPTrustee with get
Public ReadOnly Property Trustee As GPTrustee

Property Value

Type: Microsoft.GroupPolicy.GPTrustee

Returns GPTrustee. The security principal (trustee).

See Also

GPPermission Class
Microsoft.GroupPolicy Namespace

Return to top