Freigeben über


UserBase.IsAuthenticated-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Benutzer authentifiziert ist.

Namespace: System.ServiceModel.DomainServices.Server.ApplicationServices
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)

Verwendung

'Usage
Dim instance As UserBase
Dim value As Boolean

value = instance.IsAuthenticated

Syntax

'Declaration
<ProfileUsageAttribute(IsExcluded:=True)> _
<ExcludeAttribute> _
Public ReadOnly Property IsAuthenticated As Boolean
[ProfileUsageAttribute(IsExcluded=true)] 
[ExcludeAttribute] 
public bool IsAuthenticated { get; }
[ProfileUsageAttribute(IsExcluded=true)] 
[ExcludeAttribute] 
public:
virtual property bool IsAuthenticated {
    bool get () sealed;
}
/** @property */
public final boolean get_IsAuthenticated ()
public final function get IsAuthenticated () : boolean

Eigenschaftswert

true, wenn Name nicht NULL oder leer ist, andernfalls false.

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.

Plattformen

Entwicklungsplattformen

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000

Zielplattformen

Siehe auch

Verweis

UserBase-Klasse
UserBase-Member
System.ServiceModel.DomainServices.Server.ApplicationServices-Namespace