Partager via


GroupInfo.WindowsSid Property

 

Gets the Windows Security Identifier (SID) of the group.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public string WindowsSid { get; set; }
public:
[DataMemberAttribute]
property String^ WindowsSid {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property WindowsSid As String

Property Value

Type: System.String

A String object that contains the Windows SID.

See Also

GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top