WebAccountProviderRetrieveCookiesOperation.Context 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 context of the retrieve cookies operation.
public:
property Uri ^ Context { Uri ^ get(); };
Uri Context();
public System.Uri Context { get; }
var uri = webAccountProviderRetrieveCookiesOperation.context;
Public ReadOnly Property Context As Uri
Property Value
The context of the retrieve cookies operation.