다음을 통해 공유


UserTrackingLocation.MatchDerivedActivityTypes 속성

정의

ActivityType 또는 ActivityTypeName에 지정된 활동 형식에서 파생된 활동에서 내보낼 때 사용자 데이터를 추적할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

ActivityType 또는 ActivityTypeName에 지정된 활동 형식에서 파생된 활동에서 내보낼 때 사용자 데이터를 추적해야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

적용 대상