Printing3DComponent.PartNumber 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 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
The part number of the 3MF component.