IAttribute |
Represents definition of user defined attribute
Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
The IAttributeDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id |
Gets the ID
(Inherited from IHaveId) | |
IsLinkable | Gets a value indicating whether attribute should be synchronized on linked levels | |
IsReadOnly | Gets a value indicating whether attribute should be read only | |
Name | Gets the name | |
Values | Gets the list of predefined values | |
ValueSource | Gets the source of attribute values | |
ValueType | Gets the type of attribute values |
See Also