Class CultureInsensitivePropertyChange
Version: 3.2
Represents a change on a culture insensitive property.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public class CultureInsensitivePropertyChange : PropertyChangeProperties
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 |