ComponentProperty.ValueType Property

[Read-only] This property returns the type of value of the ComponentProperty .

This value may be one of the following:

  • 3: Integer

  • 5: Decimal

  • 8: String

  • 11: Boolean

  • 8204: Object[]

Syntax

public int ValueType { get; }