Udostępnij za pośrednictwem


UserTrackingLocation.MatchDerivedArgumentTypes Właściwość

Definicja

Lokalizacja śledzenia użytkowników to sposób filtrowania śledzonych danych użytkownika. Użytkownik może filtrować według typu śledzonych danych użytkownika, określając wartość ArgumentType lub ArgumentTypeName. Ustawienie wartości MatchDerivedArgumentTypes to true określa, że dane śledzone przez użytkownika mogą być typu ArgumentType/ArgumentTypeName lub typu pochodzącego z argumenttype/ArgumentTypeName.

public:
 property bool MatchDerivedArgumentTypes { bool get(); void set(bool value); };
public bool MatchDerivedArgumentTypes { get; set; }
member this.MatchDerivedArgumentTypes : bool with get, set
Public Property MatchDerivedArgumentTypes As Boolean

Wartość właściwości

true jeśli dane użytkownika pochodzące z typu danych użytkownika określone przez ArgumentType lub ArgumentTypeName powinny być śledzone; w przeciwnym razie false. Wartość domyślna to false.

Dotyczy