Group.SID Property

 

Gets or sets the security token identifier for the user.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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

The security token identifier for the user.

See Also

Group Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top