UserConfigurationDictionary 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 user configuration dictionary property.
public ref class UserConfigurationDictionary sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::IEnumerable
public sealed class UserConfigurationDictionary : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.IEnumerable
Public NotInheritable Class UserConfigurationDictionary
Inherits ComplexProperty
Implements IEnumerable
- Inheritance
- Implements
Properties
Count |
Gets the number of entries in the user configuration dictionary. |
Item[Object] |
Gets or sets the entry with the specified key. |
Methods
Add(Object, Object) |
Adds an entry with the provided key and value to the user configuration dictionary. |
Clear() |
Removes all the items from the user configuration dictionary. |
ContainsKey(Object) |
Indicates whether the user configuration dictionary contains an entry with the specified key. |
CreateFromJsonCollection(Object[], ExchangeService) |
Creates the configuration dictionary from a collection of JavaScript Object Notation (JSON) objects. The CreateFromJsonCollection(Object[], ExchangeService) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |
GetEnumerator() |
Returns an enumerator for the user configuration dictionary. |
Remove(Object) |
Removes the entry with the specified key from the user configuration dictionary. |
TryGetValue(Object, Object) |
Gets the value that is associated with the specified key. |
UpdateFromJsonCollection(Object[], ExchangeService) |
Updates an existing configuration dictionary by using a collection of JavaScript Object Notation (JSON) objects. The UpdateFromJsonCollection(Object[], ExchangeService) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013. |