AnyUri.UserInfoItems PropertyAnyUri.UserInfoItems PropertyAnyUri::UserInfoItems Property

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

Syntax

Public ReadOnly Property UserInfoItems As IList(Of String)
        Get
public IList<string> UserInfoItems { get; }
public:
property IList<String^>^ UserInfoItems {
    IList<String^>^ get();
}
 

Property Value

Type: System.Collections.Generic.IList<T>System.Collections.Generic.IList(Of T)System.Collections.Generic::IList<T>^

An array of 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. Separates the user info on ':' and decodes the strings.