次の方法で共有


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 について定期受信する子アクティビティの名前。

属性

注釈

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

適用対象