Enum AttributeValueSource
Represents a source of value of an user defined attribute
Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting.dll
Syntax
public enum AttributeValueSource
Fields
| Name | Value | Description |
|---|---|---|
| PredefinedList | PredefinedList = 1 | Predefined list |
| Unknown | Unknown = 0 | Unknown |
| UserDefined | UserDefined = 2 | User defined |