ImportDefinition.Metadata Property

Definition

Gets the metadata associated with this import.

public:
 virtual property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Metadata { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public virtual System.Collections.Generic.IDictionary<string,object> Metadata { get; }
public virtual System.Collections.Generic.IDictionary<string,object?> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, obj>
Public Overridable ReadOnly Property Metadata As IDictionary(Of String, Object)

Property Value

A collection that contains the metadata associated with this import.

Remarks

This property should never return null. Imports with no metadata should return an empty IDictionary<TKey,TValue> collection.

Applies to