IClientContextPrivate.AsDictionary Method
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 context as a dictionary instance.
public System.Collections.Generic.IReadOnlyDictionary<string,object?> AsDictionary ();
abstract member AsDictionary : unit -> System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public Function AsDictionary () As IReadOnlyDictionary(Of String, Object)
Returns
A read only dictionary instance representing the client context.