Click or drag to resize

OpsExtensibilityApplicationObjectPropertyBag Property

Property bag to map strings to objects. Useful for XAML binding or exchanging data between extensibility applications.

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

Property Value

Type: SafeDictionaryString, BindableValueObject
See Also