Package.SourceUriSchemeName 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.
Contains the scheme part of the URI that was used to install the package.
public:
property Platform::String ^ SourceUriSchemeName { Platform::String ^ get(); };
winrt::hstring SourceUriSchemeName();
public string SourceUriSchemeName { get; }
var string = package.sourceUriSchemeName;
Public ReadOnly Property SourceUriSchemeName As String
Property Value
Windows requirements
Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v15.0)
|
Remarks
Some common scheme examples:
Scheme | Description |
---|---|
http | Installed from a package hosted on a web server. |
https | Installed from a package hosted on a web server with SSL. |
file | Installed from a package on a local or network disk. |