This documentation is archived and is not being maintained.
DiscoveryClientDocumentCollection Properties
Visual Studio 2010
The DiscoveryClientDocumentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.) |
|
Dictionary | Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.) |
|
InnerHashtable | Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.) |
|
Item | Gets or sets a client discovery document object from the DiscoveryClientDocumentCollection with the specified URL. |
|
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. |
| Name | Description | |
|---|---|---|
|
ICollection::IsSynchronized | Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe). (Inherited from DictionaryBase.) |
|
ICollection::SyncRoot | Gets an object that can be used to synchronize access to a DictionaryBase object. (Inherited from DictionaryBase.) |
|
IDictionary::IsFixedSize | Gets a value indicating whether a DictionaryBase object has a fixed size. (Inherited from DictionaryBase.) |
|
IDictionary::IsReadOnly | Gets a value indicating whether a DictionaryBase object is read-only. (Inherited from DictionaryBase.) |
|
IDictionary::Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryBase.) |
|
IDictionary::Keys | Gets an ICollection object containing the keys in the DictionaryBase object. (Inherited from DictionaryBase.) |
|
IDictionary::Values | Gets an ICollection object containing the values in the DictionaryBase object. (Inherited from DictionaryBase.) |
Show: