Uri.Password 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.
public:
property Platform::String ^ Password { Platform::String ^ get(); };
winrt::hstring Password();
public string Password { get; }
var string = uri.password;
Public ReadOnly Property Password As String
Property Value
The password.
Remarks
Note
username:password**@** preceding the host part of a URI are mainly relevant for File Transfer Protocol (FTP) URIs. File Transfer Protocol (FTP) URIs have limited support in Windows Runtime; see "Transferring data in the background" (HTML or XAML).