Identity.Sid Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Sid As String
public string Sid { get; set; }
public:
property String^ Sid {
String^ get ();
void set (String^ value);
}
member Sid : string with get, set
function get Sid () : String
function set Sid (value : String)
Property Value
Type: System.String
Returns String.
.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.