DiscoveryClientDocumentCollection Properties
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the DictionaryBase instance.(Inherited from DictionaryBase.) |
![]() | Item[String^] | 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[Object^] | 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.) |


