AdControl.IsSuspended Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool IsSuspended { bool get(); };
bool IsSuspended();
public bool IsSuspended { get; }
var boolean = adControl.isSuspended;
Public ReadOnly Property IsSuspended As Boolean
Property Value
Boolean
bool
Returns true if the Suspend method has been called and the banner ad is in a suspended state; returns false if the banner ad is being displayed normally.