Printing3DModel.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the metadata for the 3D Manufacturing Format (3MF) package.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Metadata { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Metadata();
public IDictionary<string,string> Metadata { get; }
var iMap = printing3DModel.metadata;
Public ReadOnly Property Metadata As IDictionary(Of String, String)
Property Value
The metadata for the 3MF package.