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

セクションのタイトル。

適用対象