AdControl.HasAd Property

Definition

Gets a value that indicates whether or not the AdControl is currently serving a banner ad.

public:
 property bool HasAd { bool get(); };
bool HasAd();
public bool HasAd { get; }
var boolean = adControl.hasAd;
Public ReadOnly Property HasAd As Boolean

Property Value

System.Boolean

Returns true if the AdControl is currently serving a banner ad; otherwise, false.

Applies to