PrinterObjectPropertiesDrivePrefix Property
|
Gets/sets the drive prefix with the trailing colon.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
StringSee Also