ProtocolForResultsActivatedEventArgs.Uri Property

Definition

Gets the Uniform Resource Identifier (URI) used to activate the app.

public:
 property Uri ^ Uri { Uri ^ get(); };
Uri Uri();
public System.Uri Uri { get; }
var uri = protocolForResultsActivatedEventArgs.uri;
Public ReadOnly Property Uri As Uri

Property Value

The Uniform Resource Identifier (URI).

Implements

Uri

Applies to