ImageInstance.TagDataType Property

Definition

Get the code that specifies the data type of the underlying image tag.

public:
 abstract property TypeCode TagDataType { TypeCode get(); };
public abstract TypeCode TagDataType { get; }
member this.TagDataType : TypeCode
Public MustOverride ReadOnly Property TagDataType As TypeCode

Property Value

One of the enumeration values of the TypeCode enumeration that specifies the data type of the underlying image tag.

Applies to