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
RequestResponse
public class SystemPropertyChange

Properties

DataType

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

Declaration
RequestResponse
public string DataType { get; set; }
Property Value
TypeDescription
string

Name

Gets or sets the name of the system property.

Declaration
RequestResponse
public string Name { get; set; }
Property Value
TypeDescription
string

OriginalValue

Gets or sets the original value.

Declaration
RequestResponse
public object OriginalValue { get; set; }
Property Value
TypeDescription
object

Value

Gets or sets the current value.

Declaration
RequestResponse
public object Value { get; set; }
Property Value
TypeDescription
object

Do you have some feedback for us?

If you have suggestions for improving this article,