CancelRequestedQueryElement.ActivityName 属性

定义

获取或设置活动的名称,该活动从发出取消请求的指定活动订阅 CancelRequestedRecord

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

属性值

String

要订阅 CancelRequestedRecord 的活动名称。

属性

注解

默认值为 "*"(全部)。

适用于