TrackingExtract.Member 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.
When implemented in a derived class, gets or sets the name of the field or property to be extracted.
public:
abstract property System::String ^ Member { System::String ^ get(); void set(System::String ^ value); };
public abstract string Member { get; set; }
member this.Member : string with get, set
Public MustOverride Property Member As String
Property Value
The dot delineated name of a field or a property.
Remarks
Member can be set to specify a field or a property; a member of a field or a property; or a single element of a field or a property (or a member of either) that implements the IEnumerable interface. For example, a single element in an array
may be specified.