Identity.Sid Property
Gets or sets the SID associated with an identity
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Property Sid As String
'Usage
Dim instance As Identity
Dim value As String
value = instance.Sid
instance.Sid = value
public string Sid { get; set; }
public:
property String^ Sid {
String^ get ();
void set (String^ value);
}
public function get Sid () : String
public function set Sid (value : String)
Property Value
Type: System.String
A string containing the identity SID
Remarks
An SID is generated when an identity is created and can never be changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.