SoapTypeAttribute::XmlTypeName Property

 

Gets or sets the XML type name for the target object type.

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

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

Property Value

Type: System::String^

The XML type name for the target object type.

.NET Framework
Available since 1.1
Return to top
Show: