ActivityDataTrackingExtract Constructors
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.
Initializes a new instance of the ActivityDataTrackingExtract class.
Overloads
ActivityDataTrackingExtract() |
Initializes a new instance of the ActivityDataTrackingExtract class. |
ActivityDataTrackingExtract(String) |
Initializes a new instance of the ActivityDataTrackingExtract class by using the specified activity member name. |
ActivityDataTrackingExtract()
Initializes a new instance of the ActivityDataTrackingExtract class.
public:
ActivityDataTrackingExtract();
public ActivityDataTrackingExtract ();
Public Sub New ()
Remarks
If you use this constructor you must explicitly set Member to a value different from a null reference (Nothing
in Visual Basic) elsewhere in your code.
Applies to
ActivityDataTrackingExtract(String)
Initializes a new instance of the ActivityDataTrackingExtract class by using the specified activity member name.
public:
ActivityDataTrackingExtract(System::String ^ member);
public ActivityDataTrackingExtract (string member);
new System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract : string -> System.Workflow.Runtime.Tracking.ActivityDataTrackingExtract
Public Sub New (member As String)
Parameters
- member
- String
The dot delineated name of the field or the property that should be extracted and sent to the tracking service.
Exceptions
member
is a null reference (Nothing
in Visual Basic).
Remarks
Member is initialized to member
.