StateMachineStateQueryElement.ActivityName 属性

定义

获取或设置 StateMachineTrackingQuery 元素中的有效名称筛选属性。

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

属性值

StateMachineTrackingQuery 元素中的活动名称筛选器特性。

属性

适用于