SoapTypeAttribute::XmlElementName Property

 

Gets or sets the XML element name.

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.

.NET Framework
Available since 1.1
Return to top
Show: