ServiceSettingsDictionary.Item Property (String)

 

Gets or sets the value associated with the specified key.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public string this[
	string key
] { get; set; }

Property Value

Type: System.String

The value associated with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException, and a set operation creates a new element with the specified key.

Return to top
Show: