VirtualTypeBuilder.IsSerializable Property

Definition

Gets or sets whether the resulting virtual type is serializable.

public:
 property bool IsSerializable { bool get(); void set(bool value); };
public:
 property bool IsSerializable { bool get(); void set(bool value); };
public bool IsSerializable { get; set; }
member this.IsSerializable : bool with get, set
Public Property IsSerializable As Boolean

Property Value

true if the resulting virtual type is serializable, otherwise false.

Applies to