This documentation is archived and is not being maintained.

Binding.ServiceDescription Property

Gets the ServiceDescription of which the Binding is a member.

[Visual Basic]
Public ReadOnly Property ServiceDescription As ServiceDescription
[C#]
public ServiceDescription ServiceDescription {get;}
[C++]
public: __property ServiceDescription* get_ServiceDescription();
[JScript]
public function get ServiceDescription() : ServiceDescription;

Property Value

A ServiceDescription.

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

Binding Class | Binding Members | System.Web.Services.Description Namespace

Show: