Share via


TeamFoundationServer.HasAuthenticated Property

Gets the flag that confirms if this object has successfully authenticated.

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

Syntax

'Declaration
Public ReadOnly Property HasAuthenticated As Boolean
'Usage
Dim instance As TeamFoundationServer 
Dim value As Boolean 

value = instance.HasAuthenticated
public bool HasAuthenticated { get; }
public:
property bool HasAuthenticated {
    bool get ();
}
public function get HasAuthenticated () : boolean

Property Value

Type: System.Boolean
true if this object has successfully authenticated; otherwise false.

.NET Framework Security

See Also

Reference

TeamFoundationServer Class

TeamFoundationServer Members

Microsoft.TeamFoundation.Client Namespace