Partager via


Propriété User.SID

Gets or sets the security token identifier for the user.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SID As String 
    Get 
    Set
'Utilisation
Dim instance As User 
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)

Valeur de propriété

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

Voir aussi

Référence

User Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts