DelegatingXmlDictionaryReader.NamespaceURI Property

Get the namespace URI of the current node.

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

Verwendung

    Dim instance As DelegatingXmlDictionaryReader
Dim value As String

value = instance.NamespaceURI

Syntax

'Declaration
Public Overrides ReadOnly Property NamespaceURI As String
public override string NamespaceURI { get; }
public:
virtual property String^ NamespaceURI {
    String^ get () override;
}
/** @property */
public String get_NamespaceURI ()
public override function get NamespaceURI () : String

Eigenschaftenwert

Returns a string that contains the namespace URI.

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