Share via


GPTrustee.Sid Property

 

Gets the SID of the trustee.

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

Syntax

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

Property Value

Type: System.Security.Principal.SecurityIdentifier

Returns SecurityIdentifier. The SID of the trustee.

See Also

GPTrustee Class
Microsoft.GroupPolicy Namespace

Return to top