Freigeben über


DomainService.ServiceDescription-Eigenschaft

Ruft die DomainServiceDescription für diesen DomainService ab.

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

Verwendung

'Usage
Dim value As DomainServiceDescription

value = Me.ServiceDescription

Syntax

'Declaration
Protected ReadOnly Property ServiceDescription As DomainServiceDescription
protected DomainServiceDescription ServiceDescription { get; }
protected:
property DomainServiceDescription^ ServiceDescription {
    DomainServiceDescription^ get ();
}
/** @property */
protected DomainServiceDescription get_ServiceDescription ()
protected function get ServiceDescription () : DomainServiceDescription

Eigenschaftswert

Die DomainServiceDescription für diesen DomainService.

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

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