Interface IPropertyCopyOption
Represents options for copying an entity's property.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IPropertyCopyOption
Properties
Method
Gets or sets copy method name.
Declaration
RequestResponse
PropertyCopyMethod Method { get; set; }
Property Value
Type | Description |
---|---|
PropertyCopyMethod |
Name
Gets or sets property name.
Declaration
RequestResponse
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NewValue
Gets or sets new value of property.
Declaration
RequestResponse
string NewValue { get; set; }
Property Value
Type | Description |
---|---|
string |