Export.Metadata Property

Definition

Gets the metadata for the export.

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

Property Value

The metadata of the Export.

Exceptions

The Definition property was not overridden by a derived class.

Remarks

This property returns the value of Metadata of the Definition property.

Applies to