Share via


Group.SID Property

Gets or sets the security identifier (SID).

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SID As String
    Get
    Set
'Usage
Dim instance As Group
Dim value As String

value = instance.SID

instance.SID = value
[DataMemberAttribute]
public string SID { get; set; }
[DataMemberAttribute]
public:
property String^ SID {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member SID : string with get, set
function get SID () : String
function set SID (value : String)

Property Value

Type: System.String
A string that represents the SID.

See Also

Reference

Group Class

Microsoft.MasterDataServices Namespace