1. CultureInsensitivePropertyChange

Class CultureInsensitivePropertyChange

Represents a change on a culture insensitive property.

Inheritance
object
CultureInsensitivePropertyChange
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
public class CultureInsensitivePropertyChange : PropertyChange

Properties

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!