Gets whether the class is a struct.
[Visual Basic] Public Property IsStruct As Boolean [C#] public bool IsStruct {get; set;} [C++] public: __property bool get_IsStruct(); public: __property void set_IsStruct(bool); [JScript] public function get IsStruct() : Boolean; public function set IsStruct(Boolean);
true if the class type attributes match, otherwise false.
CodeClass Class | CodeClass Members | System.CodeDOM Namespace