ActivityStateQuery.States プロパティ

定義

追跡レコードを出力する必要があるサブスクライブされたアクティビティの状態を取得します。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ States { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> States { get; }
member this.States : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property States As Collection(Of String)

プロパティ値

状態のコレクション。

注釈

有効な状態は次のとおりです。

  • 実行中

  • クローズ

  • 取り消し済み

  • 故障

適用対象