BookmarkResumptionRecord.Owner Property

Definition

Gets information on the ActivityInfo object that was waiting for the bookmark to be resumed.

public:
 property System::Activities::Tracking::ActivityInfo ^ Owner { System::Activities::Tracking::ActivityInfo ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.Activities.Tracking.ActivityInfo Owner { get; }
public System.Activities.Tracking.ActivityInfo Owner { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Owner : System.Activities.Tracking.ActivityInfo
member this.Owner : System.Activities.Tracking.ActivityInfo
Public ReadOnly Property Owner As ActivityInfo

Property Value

The activity information.

Attributes

Applies to