BookmarkResumptionRecord.Owner Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.