Bagikan melalui


ModelAnnotationClass.IsSerializable Property

Gets a value that indicates whether the annotation is serializable.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsSerializable As Boolean
public bool IsSerializable { get; }
public:
property bool IsSerializable {
    bool get ();
}
member IsSerializable : bool
function get IsSerializable () : boolean

Property Value

Type: System.Boolean
true if the annotation is serializable; otherwise, false.

.NET Framework Security

See Also

Reference

ModelAnnotationClass Class

Microsoft.Data.Schema.SchemaModel Namespace