PhoneNumberDictionary.Item[PhoneNumberKey] Property
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.
Gets or sets the phone number that corresponds to the specified key.
public:
property System::String ^ default[Microsoft::Exchange::WebServices::Data::PhoneNumberKey] { System::String ^ get(Microsoft::Exchange::WebServices::Data::PhoneNumberKey key); void set(Microsoft::Exchange::WebServices::Data::PhoneNumberKey key, System::String ^ value); };
public string this[Microsoft.Exchange.WebServices.Data.PhoneNumberKey key] { get; set; }
Default Public Property Item(key As PhoneNumberKey) As String
Parameters
- key
- PhoneNumberKey
The key that corresponds to the phone number to get or set.
Property Value
The phone number that corresponds to the specified key.