次の方法で共有


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です。

適用対象