AdControl.IsSuspended property
Gets a value that shows whether the AdControl is in a suspended state.
Syntax
public bool IsSuspended { get; }
Property value
Type: System.Boolean.
Returns true if the AdControl is in a suspended state; otherwise, false.
Remarks
A return value of true indicates the Suspend method has been called and the ad is in a suspended state. A return value of false indicates the ad is being displayed normally (this is the default state).
Requirements
| Minimum supported phone | Windows Phone 8 Silverlight |
|---|---|
| Namespace | Microsoft.Advertising.Mobile.UI |
| Assembly | Microsoft.Advertising.Mobile.UI.dll |
Show: