Share via


CustomSchemaData.MetadataNames Property

Gets a collection of metadata names.

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

Syntax

'Declaration
Public ReadOnly Property MetadataNames As ICollection(Of String)
public ICollection<string> MetadataNames { get; }
public:
property ICollection<String^>^ MetadataNames {
    ICollection<String^>^ get ();
}
member MetadataNames : ICollection<string>
function get MetadataNames () : ICollection<String>

Property Value

Type: System.Collections.Generic.ICollection<String>

.NET Framework Security

See Also

Reference

CustomSchemaData Class

Microsoft.Data.Schema.SchemaModel Namespace