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!

Type.IsSerializable

Gets a value indicating whether the Type is serializable.

[Visual Basic]
Public ReadOnly Property IsSerializable As Boolean
[C#]
public bool IsSerializable {get;}
[C++]
public: __property bool get_IsSerializable();
[JScript]
public function get IsSerializable() : Boolean;

Property Value

true if the Type is serializable; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes | ISerializable