AppBroadcastBackgroundServiceSignInInfo.SignInState 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 an object representing the sign-in state of the app broadcast background service.
public:
property AppBroadcastSignInState SignInState { AppBroadcastSignInState get(); };
AppBroadcastSignInState SignInState();
public AppBroadcastSignInState SignInState { get; }
var appBroadcastSignInState = appBroadcastBackgroundServiceSignInInfo.signInState;
Public ReadOnly Property SignInState As AppBroadcastSignInState
Property Value
The sign-in state of the app broadcast background service.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|