PhoneNumberDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dictionary of phone numbers.
public ref class PhoneNumberDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::PhoneNumberKey, Microsoft::Exchange::WebServices::Data::PhoneNumberEntry ^>
public sealed class PhoneNumberDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.PhoneNumberKey,Microsoft.Exchange.WebServices.Data.PhoneNumberEntry>
Public NotInheritable Class PhoneNumberDictionary
Inherits DictionaryProperty(Of PhoneNumberKey, PhoneNumberEntry)
- Inheritance
Constructors
PhoneNumberDictionary() |
Initializes a new instance of the PhoneNumberDictionary class. |
Properties
Item[PhoneNumberKey] |
Gets or sets the phone number that corresponds to the specified key. |
Methods
Contains(TKey) |
Determines whether this instance contains the specified key. (Inherited from DictionaryProperty<TKey,TEntry>) |
TryGetValue(PhoneNumberKey, String) |
Tries to get the phone number that is associated with the specified key. |