DiscoveryClientDocumentCollection.Keys Property

 

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

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

member Keys : ICollection with get

Property Value

Type: System.Collections.ICollection

An ICollection containing the keys of the DiscoveryClientDocumentCollection.

The following code example outputs the keys 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: