1. Stylelabs.M.Scripting.Types.V1_0.ChangeTracking.ChangeSet

Class SystemPropertyChange

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

public class SystemPropertyChange

Properties

DataType

Gets or sets the type of the value. Corresponds to the Type's Name.

Declaration

public string DataType { get; set; }

Property Value

TypeDescription
string

Name

Gets or sets the name of the system property.

Declaration

public string Name { get; set; }

Property Value

TypeDescription
string

OriginalValue

Gets or sets the original value.

Declaration

public object OriginalValue { get; set; }

Property Value

TypeDescription
object

Value

Gets or sets the current value.

Declaration

public object Value { get; set; }

Property Value

TypeDescription
object
If you have suggestions for improving this article, let us know!