SoapFormatter.TopObject Property

Definition

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

public:
 property System::Runtime::Serialization::Formatters::ISoapMessage ^ TopObject { System::Runtime::Serialization::Formatters::ISoapMessage ^ get(); void set(System::Runtime::Serialization::Formatters::ISoapMessage ^ value); };
public System.Runtime.Serialization.Formatters.ISoapMessage TopObject { get; set; }
member this.TopObject : System.Runtime.Serialization.Formatters.ISoapMessage with get, set
Public Property TopObject As ISoapMessage

Property Value

The ISoapMessage into which the SOAP top object is deserialized.

Remarks

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.

Applies to