Compartir a través de


Group.SID Propiedad

Gets or sets the security token identifier for the user.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property SID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
The security token identifier for the user.

Vea también

Referencia

Group Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts