Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the status of a flag that describes whether this TfsConnection instance has successfully authenticated.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property HasAuthenticated As Boolean
public bool HasAuthenticated { get; }
public:
property bool HasAuthenticated {
bool get ();
}
member HasAuthenticated : bool with get
function get HasAuthenticated () : boolean
Property Value
Type: System.Boolean
True if the TfsConnection instance has authenticated.
False if authentication has failed.
.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.