ExportDescriptor.Metadata Property

Definition

Gets the metadata for the export.

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

Property Value

A collection of metadata.

Applies to