C# 클래스 Tealium.TrackPropertyAttribute

상속: TrackBaseAttribute
파일 보기 프로젝트 열기: Tealium/win-library

공개 메소드들

메소드 설명
TrackPropertyAttribute ( string name, string value ) : System

Associates a name/value pair for any reported events on this page.

메소드 상세

TrackPropertyAttribute() 공개 메소드

Associates a name/value pair for any reported events on this page.
public TrackPropertyAttribute ( string name, string value ) : System
name string The name of the Tealium tracking variable to report.
value string The value of the property to report to Tealium.
리턴 System