次の方法で共有


ServiceHealthModel.ServicePropertiesModel.ServiceBehaviorNames プロパティ

定義

WCF サービスに関連付けられている動作の名前を取得します。

public:
 property cli::array <System::String ^> ^ ServiceBehaviorNames { cli::array <System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public string[] ServiceBehaviorNames { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ServiceBehaviorNames : string[]
Public ReadOnly Property ServiceBehaviorNames As String()

プロパティ値

String[]

このサービスに関連付けられている動作の名前を格納している配列。

属性

適用対象