NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeClass.IsStruct

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);

Property Value

true if the class type attributes match, otherwise false.

See Also

CodeClass Class | CodeClass Members | System.CodeDOM Namespace