UpdateContextSharedProperties Property |
Gets an
IDictionary containing properties that
can be shared between actions.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic IDictionary SharedProperties { get; }
Public ReadOnly Property SharedProperties As IDictionary
Get
public:
property IDictionary^ SharedProperties {
IDictionary^ get ();
}
member SharedProperties : IDictionary with get
Property Value
Type:
IDictionaryAn
IDictionary containing properties that
can be shared between actions.
See Also