Gets the type of value represented by this object
[Visual Basic] Public Function GetKind() As Integer [C#] public int GetKind(); [C++] public: int GetKind(); [JScript] public function GetKind() : int;
an integer matching one of the TYPE_* constants in PropertyValue
PropertyValue Class | PropertyValue Members | System.ComponentModel.Design Namespace