AnyUri.Scheme PropertyAnyUri.Scheme PropertyAnyUri::Scheme Property

Gets the scheme specified in this URI.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString containing the scheme name for this URI, or null a null reference (Nothing in Visual Basic) nullptr if no scheme is specified.