Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of the variable.
public:
virtual property int DataType { int get(); };
public virtual int DataType { get; }
member this.DataType : int
Public Overridable ReadOnly Property DataType As Integer