다음을 통해 공유


ActivityScheduledQueryElement.ChildActivityName 속성

정의

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

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

속성 값

String

자식 활동의 이름입니다.

특성

적용 대상