AnyUri.IsOpaque PropertyAnyUri.IsOpaque PropertyAnyUri::IsOpaque Property

Gets a value indicating whether this instance is an opaque.

Syntax

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

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

if this instance is absolute; otherwise, falseFalsefalse.