Class PropertyChange
Defines a property change.
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0ChangeTrackingChangeSet
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
RequestResponse
public abstract class PropertyChange
Properties
DataType
Gets or sets the type of the property. Corresponds to the Type's Name.
Declaration
RequestResponse
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets of the property.
Declaration
RequestResponse
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |