IncludeAttribute.Path-Eigenschaft

Ruft den Memberprojektionspfad ab.

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 String

value = instance.Path

Syntax

'Declaration
Public ReadOnly Property Path As String
public string Path { get; }
public:
property String^ Path {
    String^ get ();
}
/** @property */
public String get_Path ()
public function get Path () : String

Eigenschaftswert

Der Memberprojektionspfad.

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