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
- 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.