This documentation is archived and is not being maintained.
DiscoveryClientDocumentCollection Properties
.NET Framework 1.1
The properties of the DiscoveryClientDocumentCollection class are listed here. For a complete list of DiscoveryClientDocumentCollection class members, see the DiscoveryClientDocumentCollection Members topic.
Public Properties
Count (inherited from DictionaryBase) | Gets the number of elements contained in the DictionaryBase instance. |
Item | Gets or sets a client discovery document object from the DiscoveryClientDocumentCollection with the specified URL.
In C#, this property is the indexer for the DiscoveryClientDocumentCollection class. |
Keys | Gets an System.Collections.ICollection object with all the keys in the DiscoveryClientDocumentCollection. |
Values | Gets an System.Collections.ICollection object with all the values in the DiscoveryClientDocumentCollection. |
Protected Properties
Dictionary (inherited from DictionaryBase) | Gets the list of elements contained in the DictionaryBase instance. |
InnerHashtable (inherited from DictionaryBase) | Gets the list of elements contained in the DictionaryBase instance. |
See Also
DiscoveryClientDocumentCollection Class | System.Web.Services.Discovery Namespace
Show:
