PrinterObjectPropertiesDrivePrefix Property
|
Gets/sets the drive prefix with the trailing colon.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public string DrivePrefix { get; set; }
Public Property DrivePrefix As String
Get
Set
public:
property String^ DrivePrefix {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also