Enum AttributeValueType

Represents a type of value of an user defined attribute

Namespace: TSD.API.Remoting.UserDefinedAttributes
Assembly: TSD.API.Remoting.dll
Syntax
public enum AttributeValueType

Fields

Name Value Description
FileFile = 3

File

NumberNumber = 2

Number

StringString = 1

String

UnknownUnknown = 0

Unknown

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next