Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the class name of the class that provides the hosted event provider functionality.
Syntax
<Providers>
<HostedProvider>
<ClassName>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
string, between 1 and 512 characters and conforming to the Microsoft .NET Framework class naming guidelines. |
Default value |
None. |
Occurrence |
Required once per HostedProvider element. |
Updates |
Can be modified, but not added or deleted, when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Hinweise
Fully specify the class name. If the class is in a namespace, include the namespace.
For more information about class naming guidelines, see Class Naming Guidelines at MSDN Online.
Beispiel
The following example shows how to specify that the class name is WebServiceProvider and the class is in the CustomProviders namespace.
<ClassName>CustomProviders.WebServiceProvider</ClassName>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Definieren von nicht gehosteten Ereignisanbietern
Aktualisieren von Instanzen und Anwendungen