Partager via


ModelAnnotationClass.IsSerializable, propriété

Obtient une valeur qui indique si l'annotation est sérialisable.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

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

Valeur de propriété

Type : System.Boolean
true si l'annotation est sérialisable ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ModelAnnotationClass Classe

Microsoft.Data.Schema.SchemaModel, espace de noms