Class SystemPropertyChange
Version: 3.2
Represents a change of a system property.
Inheritance
object
SystemPropertyChange
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class SystemPropertyChangeProperties
DataType
Gets or sets the type of the value. Corresponds to the Type's Name.
Declaration
RequestResponse
public string DataType { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Name
Gets or sets the name of the system property.
Declaration
RequestResponse
public string Name { get; set; }Property Value
| Type | Description |
|---|---|
| string |
OriginalValue
Gets or sets the original value.
Declaration
RequestResponse
public object OriginalValue { get; set; }Property Value
| Type | Description |
|---|---|
| object |
Value
Gets or sets the current value.
Declaration
RequestResponse
public object Value { get; set; }Property Value
| Type | Description |
|---|---|
| object |