Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None.
Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As DelegatingXmlDictionaryReader
Dim value As XmlSpace

value = instance.XmlSpace

Syntax

Visual Basic
Public Overrides ReadOnly Property XmlSpace As XmlSpace
C#
public override XmlSpace XmlSpace { get; }
C++
public:
virtual property XmlSpace XmlSpace {
		XmlSpace get () override;
}
J#
/** @property */
public XmlSpace get_XmlSpace ()
JScript
public override function get XmlSpace () : XmlSpace

Property Value

Returns a XmlSpace.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also