ServiceDescriptionCollection::Item Property (String^)
.NET Framework (current version)
Gets a ServiceDescription specified by its TargetNamespace property.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property ServiceDescription^ default[ String^ ns ] { ServiceDescription^ get(String^ ns); }
Parameters
- ns
-
Type:
System::String^
The namespace of the ServiceDescription returned.
Property Value
Type: System.Web.Services.Description::ServiceDescription^A ServiceDescription specified by its namespace property.
.NET Framework
Available since 1.1
Available since 1.1
Show: