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