TagExtendedPropertyDataType Enumeration
- Last UpdatedAug 21, 2026
- 1 minute read
Represents a tag extended property datatype. This determines how to interpret the property value.
'Declaration
Public Enum TagExtendedPropertyDataType
Inherits System.Enum
'Usage
Dim instance As TagExtendedPropertyDataType
public enum TagExtendedPropertyDataType : System.Enum
public enum class TagExtendedPropertyDataType : public System.Enum
| Member | Description |
|---|---|
| Boolean | Boolean values -- true and false. Used to store boolean value for a property. |
| DateTimeOffset | A point in time, typically expressed as a date and time of day, relative to Coordinated Universal Time (UTC). Used to store datetimeoffset value for a property. |
| Double | A 64-bit floating-point values. Used to store floating point value for a property. |
| Geography | A geography location. Used to store geography location value for a property. |
| Geometry | A geometry location. Used to store geometry location value for a property. |
| Guid | A globally unique identifier. Used to store GUID value for a property. |
| Int16 | A 16-bit signed integer. Used to store Int16 value for a property. |
| Int32 | A 32-bit signed integer. Used to store Int32 value for a property. |
| Int64 | A 64-bit signed integer. Used to store Int64 value for a property. |
| String | Text as a series of Unicode characters. Used to store string value for a property. |
System.Object
System.ValueType
System.Enum
ArchestrA.TagExtendedPropertyDataType