MessageBinding.OperationBinding Property
Gets the OperationBinding of which the current MessageBinding is a member.
[Visual Basic] Public ReadOnly Property OperationBinding As OperationBinding [C#] public OperationBinding OperationBinding {get;} [C++] public: __property OperationBinding* get_OperationBinding(); [JScript] public function get OperationBinding() : OperationBinding;
Property Value
An OperationBinding.
Remarks
Each of the classes derived from the MessageBinding class corresponds to a Web Services Description Language (WSDL) element (<input>, <output> or <fault>) enclosed by the <operation> element, which is in turn enclosed by the <binding> element. The OperationBinding class corresponds to that <operation> element in the WSDL document.
For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
MessageBinding Class | MessageBinding Members | System.Web.Services.Description Namespace