次の方法で共有


ActivityStateQueryElement.ActivityName プロパティ

定義

ActivityStateRecord インスタンスのクエリ条件となるアクティビティの名前を取得または設定します。

public:
 property System::String ^ ActivityName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("activityName", DefaultValue="*", IsKey=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ActivityName { get; set; }
[<System.Configuration.ConfigurationProperty("activityName", DefaultValue="*", IsKey=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ActivityName : string with get, set
Public Property ActivityName As String

プロパティ値

アクティビティの名前。

属性

注釈

既定値は "*" (すべて) です。

適用対象