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