Share via


DelegatingXmlDictionaryReader.HasValue Property

Gets a value indicating if the current node can have a Value.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As Boolean

value = instance.HasValue

Syntax

'Declaration
Public Overrides ReadOnly Property HasValue As Boolean
public override bool HasValue { get; }
public:
virtual property bool HasValue {
    bool get () override;
}
/** @property */
public boolean get_HasValue ()
public override function get HasValue () : boolean

Eigenschaftenwert

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

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace