ActivityScheduledQueryElement.ActivityName 속성

정의

ActivityScheduledRecord 인스턴스를 필터링하기 위한 활동의 이름을 가져오거나 설정합니다. 기본값은 "*"(모두)입니다.

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

속성 값

작업의 이름입니다.

특성

적용 대상