UpdateDisplayInitialSharedProperties Property |
Gets a reference to the collection of initial shared properties passed to an update process. Items added to this collection
will be available within the update context.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic IDictionary InitialSharedProperties { get; }
Public ReadOnly Property InitialSharedProperties As IDictionary
Get
public:
property IDictionary^ InitialSharedProperties {
IDictionary^ get ();
}
member InitialSharedProperties : IDictionary with get
Property Value
Type:
IDictionary
See Also