Print3DWorkflow.DeviceID 속성

정의

3D 프린터의 디바이스 식별자를 가져옵니다.

public:
 property Platform::String ^ DeviceID { Platform::String ^ get(); };
winrt::hstring DeviceID();
public string DeviceID { get; }
var string = print3DWorkflow.deviceID;
Public ReadOnly Property DeviceID As String

속성 값

String

Platform::String

winrt::hstring

3D 프린터의 디바이스 식별자입니다.

적용 대상