AppBroadcastSignInStateChangedEventArgs.Result 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 the result of the broadcast app sign-in operation associated with the AppBroadcastBackgroundServiceSignInInfo.SignInStateChanged event.
public:
property AppBroadcastSignInResult Result { AppBroadcastSignInResult get(); };
AppBroadcastSignInResult Result();
public AppBroadcastSignInResult Result { get; }
var appBroadcastSignInResult = appBroadcastSignInStateChangedEventArgs.result;
Public ReadOnly Property Result As AppBroadcastSignInResult
Property Value
The result of the sign-in operation.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|