Share via


ConnectedUserContext.Namespace Property

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

Syntax

'Declaration
Public Property Namespace As String
public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
member Namespace : string with get, set
function get Namespace () : String 
function set Namespace (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ConnectedUserContext Class

Microsoft.TeamFoundation.Client Namespace