DomainServiceDescriptionProviderAttribute.DomainServiceDescriptionProviderType-Eigenschaft
Ruft den DomainServiceDescriptionProvider-Typ ab.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)
Verwendung
'Usage
Dim instance As DomainServiceDescriptionProviderAttribute
Dim value As Type
value = instance.DomainServiceDescriptionProviderType
Syntax
'Declaration
Public ReadOnly Property DomainServiceDescriptionProviderType As Type
public Type DomainServiceDescriptionProviderType { get; }
public:
property Type^ DomainServiceDescriptionProviderType {
Type^ get ();
}
/** @property */
public Type get_DomainServiceDescriptionProviderType ()
public function get DomainServiceDescriptionProviderType () : Type
Eigenschaftswert
Der DomainServiceDescriptionProvider-Typ.
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
DomainServiceDescriptionProviderAttribute-Klasse
DomainServiceDescriptionProviderAttribute-Member
System.ServiceModel.DomainServices.Server-Namespace