AppBroadcastBackgroundService.PlugInState 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.
Gets or sets a value specifying the current state of the broadcast background task.
public:
property AppBroadcastPlugInState PlugInState { AppBroadcastPlugInState get(); void set(AppBroadcastPlugInState value); };
AppBroadcastPlugInState PlugInState();
void PlugInState(AppBroadcastPlugInState value);
public AppBroadcastPlugInState PlugInState { get; set; }
var appBroadcastPlugInState = appBroadcastBackgroundService.plugInState;
appBroadcastBackgroundService.plugInState = appBroadcastPlugInState;
Public Property PlugInState As AppBroadcastPlugInState
Property Value
A value specifying the current state of the broadcast background task.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|