AnyUri.IsAbsolute PropertyAnyUri.IsAbsolute PropertyAnyUri::IsAbsolute Property

Gets a value indicating whether this instance is an absolute URI.

Syntax

Public ReadOnly Property IsAbsolute As Boolean
        Get
public bool IsAbsolute { get; }
public:
property bool IsAbsolute {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

if this instance is absolute; otherwise, falseFalsefalse.