Printing3DModel.Version Property

Definition

Gets or sets the version of the 3D Manufacturing Format (3MF) package.

public:
 property Platform::String ^ Version { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Version();

void Version(winrt::hstring value);
public string Version { get; set; }
var string = printing3DModel.version;
printing3DModel.version = string;
Public Property Version As String

Property Value

String

Platform::String

winrt::hstring

The version of the 3MF package.

Applies to