Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SoapFormatter::TopObject Property

 

Gets or sets the ISoapMessage into which the SOAP top object is deserialized.

Namespace:   System.Runtime.Serialization.Formatters.Soap
Assembly:  System.Runtime.Serialization.Formatters.Soap (in System.Runtime.Serialization.Formatters.Soap.dll)

public:
property ISoapMessage^ TopObject {
	ISoapMessage^ get();
	void set(ISoapMessage^ value);
}

Property Value

Type: System.Runtime.Serialization.Formatters::ISoapMessage^

The ISoapMessage into which the SOAP top object is deserialized.

This property is used for SOAP remote procedure call (RPC) format and specifies that the SOAP top record is a method called remotely, not a common language runtime object type.

.NET Framework
Available since 1.1
Return to top
Show: