Delen via


DeploymentContributorConfigurationFile.Metadata Property

Gets the dictionary of named metadata values.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The metadata.

.NET Framework Security

See Also

Reference

DeploymentContributorConfigurationFile Class

Microsoft.Data.Schema.Build Namespace