CancelRequestedRecord.Child 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 the ActivityInfo of the activity to be canceled.
public:
 property System::Activities::Tracking::ActivityInfo ^ Child { System::Activities::Tracking::ActivityInfo ^ get(); };[System.Runtime.Serialization.DataMember]
public System.Activities.Tracking.ActivityInfo Child { get; }public System.Activities.Tracking.ActivityInfo Child { get; }[<System.Runtime.Serialization.DataMember>]
member this.Child : System.Activities.Tracking.ActivityInfomember this.Child : System.Activities.Tracking.ActivityInfoPublic ReadOnly Property Child As ActivityInfoProperty Value
The activity information.
- Attributes