DiscoveryClientDocumentCollection.Values Property

 

Gets an System.Collections.ICollection object with all the values in the DiscoveryClientDocumentCollection.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Values : ICollection with get

Property Value

Type: System.Collections.ICollection

An ICollection containing the values in the DiscoveryClientDocumentCollection.

The following code example outputs the values within the DiscoveryClientDocumentCollection to the console.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: