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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.