DictType.Enumid Method
Definition
Important
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.
Provides the ID for the enumeration type on which an extended data type is based.
public:
virtual int Enumid();
public virtual int Enumid ();
abstract member Enumid : unit -> int
override this.Enumid : unit -> int
Public Overridable Function Enumid () As Integer
Returns
The ID of the enumeration type on which the extended data type is based; 0 (zero) if the extended data type is not based on an enumeration.
Remarks
You can use the baseType method to determine what the data type of an extended data type is.