Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<DataMemberAttribute> _
Public Property SID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The security token identifier for the user.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace