ProgressRecord.ActivityId 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 Id of the activity to which this record corresponds. Used as a 'key' for the linking of subordinate activities.
public:
property int ActivityId { int get(); };
public:
property int ActivityId { int get(); };
public int ActivityId { get; }
member this.ActivityId : int
Public ReadOnly Property ActivityId As Integer