ActivityChangeAction.OwnerActivityDottedPath Property

Definition

Gets or sets the OwnerActivityDottedPath of the CompositeActivity associated with this instance.

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

Property Value

The OwnerActivityDottedPath of the CompositeActivity associated with this instance.

Remarks

This manipulates the OwnerActivityDottedPath member of the associated CompositeActivity. Therefore, trying to set this without first initializing the associated CompositeActivity will cause an exception to be thrown.

Applies to