Type Property (TagExtendedProperty)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets or sets the data type of property for a tag.
'Declaration
Public Property Type As TagExtendedPropertyDataType
'Usage
Dim instance As TagExtendedProperty
Dim value As TagExtendedPropertyDataType
instance.Type = value
value = instance.Type
public TagExtendedPropertyDataType Type {get; set;}
public:
property TagExtendedPropertyDataType Type {
TagExtendedPropertyDataType get();
void set ( TagExtendedPropertyDataType value);
}