다음을 통해 공유


ActivityChangeAction.OwnerActivityDottedPath 속성

정의

이 인스턴스와 연결된 CompositeActivityOwnerActivityDottedPath를 가져오거나 설정합니다.

public:
 property System::String ^ OwnerActivityDottedPath { System::String ^ get(); };
public string OwnerActivityDottedPath { get; }
member this.OwnerActivityDottedPath : string
Public ReadOnly Property OwnerActivityDottedPath As String

속성 값

String

이 인스턴스와 연결된 OwnerActivityDottedPathCompositeActivity입니다.

설명

연결된 OwnerActivityDottedPathCompositeActivity 멤버를 조작합니다. 따라서 연결된 CompositeActivity를 먼저 초기화하지 않고 이를 설정하려고 하면 예외가 throw됩니다.

적용 대상