Group.SID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the security identifier (SID).

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

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

Property Value

Type: System.String

A string that represents the SID.

See Also

Group Class
Microsoft.MasterDataServices Namespace

Return to top