AnyUri.UserInfo PropertyAnyUri.UserInfo PropertyAnyUri::UserInfo Property

Gets the user name, password, or other user-specific information from this URI.

Syntax

Public ReadOnly Property UserInfo As String
        Get
public string UserInfo { get; }
public:
property String^ UserInfo {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString containing the user name, password, or other user-specific information for this URI, or null a null reference (Nothing in Visual Basic) nullptr if no user information was specified in the URI.