Bearbeiten

UserTrackingLocation.ArgumentType Property

Definition

Gets or sets the common language runtime (CLR) type of the user data to be tracked.

public:
 property Type ^ ArgumentType { Type ^ get(); void set(Type ^ value); };
public Type ArgumentType { get; set; }
member this.ArgumentType : Type with get, set
Public Property ArgumentType As Type

Property Value

The Type of the user data to be tracked.

Remarks

If you want to specify the type of the user data in a version-independent manner, use ArgumentTypeName.

You must specify either ArgumentType or ArgumentTypeName to properly configure the UserTrackingLocation.

Applies to