NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SoapProtocolInfo.Service

[To be supplied.]

[Visual Basic]
Public Property Service As SoapServiceInfo
[C#]
public SoapServiceInfo Service {get; set;}
[C++]
public: __property SoapServiceInfo* get_Service();
public: __property void set_Service(SoapServiceInfo*);
[JScript]
public function get Service() : SoapServiceInfo;
public function set Service(SoapServiceInfo);

See Also

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