Visual Basic (Declaration) | |
---|---|
Public Property PrinterName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string PrinterName {get; set;} |
Return Value
The printer name from the list of locally supported printers.Refer to Install example.
The value of this property is used in the installation and uninstallation.
The printer name should not include special characters such as "!", "\" and ",". It is also not recommended to use the following special characters: "/, *, ?, :, ", and |".
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family