ServiceHealthSection Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ServiceHealthSection() |
Initierar en instans av ServiceHealthSection klassen. |
| ServiceHealthSection(String) |
Initierar en instans av ServiceHealthSection klassen med den angivna rubriken. |
ServiceHealthSection()
Initierar en instans av ServiceHealthSection klassen.
public:
ServiceHealthSection();
public ServiceHealthSection();
Public Sub New ()
Gäller för
ServiceHealthSection(String)
Initierar en instans av ServiceHealthSection klassen med den angivna rubriken.
public:
ServiceHealthSection(System::String ^ title);
public ServiceHealthSection(string title);
new System.ServiceModel.Description.ServiceHealthSection : string -> System.ServiceModel.Description.ServiceHealthSection
Public Sub New (title As String)
Parametrar
- title
- String
Rubriken på avsnittet.