ConfigurationElementInterceptor::ElementAsXml Property

.NET Framework (current version)
 

Gets the XML element represented by this instance.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
property XmlElement^ ElementAsXml {
	XmlElement^ get();
}

Property Value

Type: System.Xml::XmlElement^

The XML element.

.NET Framework
Available since 4.5
Return to top
Show: