AdControl.IsSuspended Property

Definition

Gets a value that indicates whether the AdControl is in a suspended state.

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

Property Value

System.Boolean

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.

Applies to