Share via


AdControl.IsAutoRefreshEnabled 속성

정의

배너 광고의 자동 회전을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsAutoRefreshEnabled { bool get(); void set(bool value); };
bool IsAutoRefreshEnabled();

void IsAutoRefreshEnabled(bool value);
public bool IsAutoRefreshEnabled { get; set; }
var boolean = adControl.isAutoRefreshEnabled;
adControl.isAutoRefreshEnabled = boolean;
Public Property IsAutoRefreshEnabled As Boolean

속성 값

System.Boolean

배너 광고의 자동 회전을 사용하도록 설정하려면 true로 설정합니다 . 그렇지 않으면 false입니다. 기본값은 true입니다.

적용 대상