共用方式為


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

屬性值

活動名稱。

屬性

備註

預設值為 "*" (全部)。

適用於