FederationConfigurationElement::CustomElement Property

.NET Framework (current version)
 

Gets or sets a custom child configuration element, if one exists.

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

public:
property XmlElement^ CustomElement {
	XmlElement^ get();
	void set(XmlElement^ value);
}

Property Value

Type: System.Xml::XmlElement^

The custom configuration element.

.NET Framework
Available since 4.5
Return to top
Show: