VssConnection.HasAuthenticated Property
Namespace: Microsoft.VisualStudio.Services.Client
Assembly: Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.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
.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.