IVssServerDataProvider.HasAuthenticated Property

Namespace:  Microsoft.VisualStudio.Services.Client
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.Client.dll)

Syntax

'Declaration
ReadOnly Property HasAuthenticated As Boolean
bool HasAuthenticated { get; }
property bool HasAuthenticated {
    bool get ();
}
abstract HasAuthenticated : bool with get
function get HasAuthenticated () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IVssServerDataProvider Interface

Microsoft.VisualStudio.Services.Client Namespace