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: 19.8
Syntax
C#
public SafeDictionary<string, BindableValue<Object>> ObjectPropertyBag { get; }

Property Value

SafeDictionaryString, BindableValueObject
See Also