Click or drag to resize

SystemUpdateActionBaseKeys Property

List of unique string keys which can be used to identify the update. When making changes to an existing SystemUpdateAction, which should be executed again, a new key must be appended to the keys array.

Namespace:  Omada.OE.AppLogic.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string[] Keys { get; set; }

Property Value

Type: String

Implements

ISystemUpdateActionKeys
See Also