IClientContext.Item[String] 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 the value of client context category.
public string this[string category] { get; }member this.Item(string) : stringDefault Public ReadOnly Property Item(category As String) As StringParameters
- category
- String
Category identifier.
Property Value
The category values in deserialized string format.