FunctionContext.Items Property

Definition

Gets or sets a key/value collection that can be used to share data within the scope of this invocation.

public abstract System.Collections.Generic.IDictionary<object,object> Items { get; set; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public MustOverride Property Items As IDictionary(Of Object, Object)

Property Value

Applies to