Identity.Sid Property

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'宣言
Public Property Sid As String
    Get
    Set
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

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.TeamFoundation.Server Namespace