DataSchemaModelHeader.CustomData Property
Gets a list of custom data items for the header.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property CustomData As IList(Of CustomSchemaData)
public IList<CustomSchemaData> CustomData { get; }
public:
property IList<CustomSchemaData^>^ CustomData {
IList<CustomSchemaData^>^ get ();
}
member CustomData : IList<CustomSchemaData>
function get CustomData () : IList<CustomSchemaData>
Property Value
Type: System.Collections.Generic.IList<CustomSchemaData>
The list of the custom data items for the header.
.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.