Właściwość Group.SID
Pobiera lub ustawia identyfikator SID grupy z systemu Windows.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SID As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący identyfikator SID.
Zobacz także