ContributorConfigurationFile.Metadata Property
Gets a read-only dictionary of metadata associated with this file.
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)
Get
'Usage
Dim instance As ContributorConfigurationFile
Dim value As IDictionary(Of String, String)
value = instance.Metadata
public IDictionary<string, string> Metadata { get; }
public:
property IDictionary<String^, String^>^ Metadata {
IDictionary<String^, String^>^ get ();
}
function get Metadata () : IDictionary<String, String>
member Metadata : IDictionary<string, string>
Property Value
Type: System.Collections.Generic.IDictionary<String, 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.
See Also
Reference
ContributorConfigurationFile Class