DslDefinitionModelDomainModelSerializerBase.IsSerializable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true: this DSL can be serialized / deserialized directly.
public:
virtual property bool IsSerializable { bool get(); };
public virtual bool IsSerializable { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsSerializable : bool
Public Overridable ReadOnly Property IsSerializable As Boolean
Property Value
Implements
- Attributes