ServiceHealthSection Конструкторы

Определение

Перегрузки

ServiceHealthSection()

Инициализирует экземпляр класса ServiceHealthSection.

ServiceHealthSection(String)

Инициализирует экземпляр класса ServiceHealthSection с указанным заголовком.

ServiceHealthSection()

Инициализирует экземпляр класса ServiceHealthSection.

public:
 ServiceHealthSection();
public ServiceHealthSection ();
Public Sub New ()

Применяется к

ServiceHealthSection(String)

Инициализирует экземпляр класса ServiceHealthSection с указанным заголовком.

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)

Параметры

title
String

Заголовок раздела.

Применяется к