WebAccountProviderSignOutAccountOperation.ApplicationCallbackUri 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 app callback Uri.
public:
property Uri ^ ApplicationCallbackUri { Uri ^ get(); };
Uri ApplicationCallbackUri();
public System.Uri ApplicationCallbackUri { get; }
var uri = webAccountProviderSignOutAccountOperation.applicationCallbackUri;
Public ReadOnly Property ApplicationCallbackUri As Uri
Property Value
The app callback Uri.