DataSchemaModelHeaderData.CustomData Property
Gets a list of custom schema data.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property CustomData As IList(Of CustomSchemaData)
Get
'Usage
Dim instance As DataSchemaModelHeaderData
Dim value As IList(Of CustomSchemaData)
value = instance.CustomData
public IList<CustomSchemaData> CustomData { get; }
public:
property IList<CustomSchemaData^>^ CustomData {
IList<CustomSchemaData^>^ get ();
}
function get CustomData () : IList<CustomSchemaData>
member CustomData : IList<CustomSchemaData>
Property Value
Type: System.Collections.Generic.IList<CustomSchemaData>
.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.
See Also
Reference
DataSchemaModelHeaderData Class