Share via


IncludeAttribute.IsProjection-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Attribut eine Memberprojektion angibt.

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

Verwendung

'Usage
Dim instance As IncludeAttribute
Dim value As Boolean

value = instance.IsProjection

Syntax

'Declaration
Public ReadOnly Property IsProjection As Boolean
public bool IsProjection { get; }
public:
property bool IsProjection {
    bool get ();
}
/** @property */
public boolean get_IsProjection ()
public function get IsProjection () : boolean

Eigenschaftswert

true, wenn das Attribut eine Memberprojektion angibt, andernfalls false.

Ausnahmen

Ausnahmetyp Bedingung
InvalidOperationException

Das aktuelle Attribut ist ungültig.

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

IncludeAttribute-Klasse
IncludeAttribute-Member
System.ServiceModel.DomainServices.Server-Namespace