SoapFieldAttribute::XmlElementName Property

 

Gets or sets the XML element name of the field contained in the SoapFieldAttribute attribute.

Namespace:   System.Runtime.Remoting.Metadata
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ XmlElementName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The XML element name of the field contained in this attribute.

.NET Framework
Available since 1.1
Return to top
Show: