Interface ICultureInsensitiveProperty
Represents a property that does not use cultures.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Methods
GetValue()
Gets the value of the property.
Declaration
Returns
| Type | Description |
|---|---|
| object | The value. |
GetValue()
Gets the value of the property.
Declaration
Returns
| Type | Description |
|---|---|
| T | The value. |
Type Parameters
| Name | Description |
|---|---|
| T | Type of the value (preferable nullable). |
SetValue(object)
Sets the value of the property.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| object | value | The value. |
If you have suggestions for improving this article, let us know!