DelegatingXmlDictionaryReader.HasValue Property

Definition

Gets a value that indicates whether the current node can have a Value.

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

Property Value

true if the current node can have a Value; otherwise, false.

Applies to