StatusStripUpdateDisplayInitialSharedProperties Property |
Gets or sets a set of initial values for the shared properties used in the
update when it is applied.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
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:
IDictionaryA set of initial values for the shared properties used in the
update when it is applied, or
to leave all shared properties
uninitialized.
See Also