TrackingDataItem.FieldName Property

Definition

Gets or sets the name of the property or field associated with the extracted data.

public:
 property System::String ^ FieldName { System::String ^ get(); void set(System::String ^ value); };
public string FieldName { get; set; }
member this.FieldName : string with get, set
Public Property FieldName As String

Property Value

The dot delineated name of the property or field that was extracted.

Remarks

The runtime tracking infrastructure supports data extraction on fields and properties of classes that inherit from Activity; a member of such a field or property; and a single item of a field or a property (or a member of either) that implements the IEnumerable interface, for example a single element in a collection. FieldName contains the dot delineated name of the item extracted and is equivalent to Member or Member depending on which type of extract specified the data contained by the TrackingDataItem.

Applies to