DataSchemaModel.AnnotationsIncludedInSerialization Property

Gets a list of the types of annotations that will be included when the model is serialized.

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

Syntax

'Declaration
Public Overridable ReadOnly Property AnnotationsIncludedInSerialization As IList(Of Type)
public virtual IList<Type> AnnotationsIncludedInSerialization { get; }
public:
virtual property IList<Type^>^ AnnotationsIncludedInSerialization {
    IList<Type^>^ get ();
}
abstract AnnotationsIncludedInSerialization : IList<Type>
override AnnotationsIncludedInSerialization : IList<Type>
function get AnnotationsIncludedInSerialization () : IList<Type>

Property Value

Type: System.Collections.Generic.IList<Type>

.NET Framework Security

See Also

Reference

DataSchemaModel Class

Microsoft.Data.Schema.SchemaModel Namespace