Printing3DComponent.PartNumber Property

Definition

Gets or sets the part number of the 3D Manufacturing Format (3MF) component.

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

void PartNumber(winrt::hstring value);
public string PartNumber { get; set; }
var string = printing3DComponent.partNumber;
printing3DComponent.partNumber = string;
Public Property PartNumber As String

Property Value

String

Platform::String

winrt::hstring

The part number of the 3MF component.

Applies to