DelegatingXmlReader.HasValue PropertyDelegatingXmlReader.HasValue PropertyDelegatingXmlReader::HasValue Property

Gets a value indicating whether the current node can have a ValueValueValue.

Syntax

Public Overrides ReadOnly Property HasValue As Boolean
        Get
public override bool HasValue { get; }
public:
virtual property bool HasValue {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the node on which the reader is currently positioned can have a ValueValueValue; otherwise, falseFalsefalse. If falseFalsefalse, the node has a value of EmptyEmptyEmpty.