共用方式為


CancelRequestedQueryElement.ChildActivityName 屬性

定義

取得或設定子活動的名稱,以訂閱要取消的 CancelRequestedRecord 活動名稱。

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

屬性值

要用於訂閱 CancelRequestedRecord 的子活動名稱。

屬性

備註

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

適用於