Share via


ServiceHealthData.Values プロパティ

定義

この ServiceHealthData 項目に属する値を取得します。

public:
 property cli::array <System::String ^> ^ Values { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Values { get; set; }
member this.Values : string[] with get, set
Public Property Values As String()

プロパティ値

String[]

この項目に属する値を格納している ServiceHealthData 配列。

適用対象