PhoneNumberDictionary.Item[PhoneNumberKey] Property

Definition

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.

Applies to