OpsExtensibilityApplicationObjectPropertyBag Property |
Property bag to map strings to objects. Useful for XAML binding or exchanging data between extensibility applications.
Namespace: Micros.Ops.ExtensibilityAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic SafeDictionary<string, BindableValue<Object>> ObjectPropertyBag { get; }
Property Value
SafeDictionaryString,
BindableValueObject
See Also