Click or drag to resize

OpsContextObjectPropertyBag Property

Property bag containing objects for use in this context.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public SafeDictionary<string, BindableValue<Object>> ObjectPropertyBag { get; }

Property Value

Type: SafeDictionaryString, BindableValueObject
See Also