AppBroadcastState.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 or sets a value specifying the sign-in state of the app broadcast.
public:
property AppBroadcastSignInState SignInState { AppBroadcastSignInState get(); void set(AppBroadcastSignInState value); };
AppBroadcastSignInState SignInState();
void SignInState(AppBroadcastSignInState value);
public AppBroadcastSignInState SignInState { get; set; }
var appBroadcastSignInState = appBroadcastState.signInState;
appBroadcastState.signInState = appBroadcastSignInState;
Public Property SignInState As AppBroadcastSignInState
Property Value
A value specifying the sign-in state of the app broadcast.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|