UserName Property
Summary
Gets the name of the user that printed the job.
Syntax
public string UserName { get; }
Public ReadOnly Property UserName As String
public:
property String^ UserName {
String^ get();
}
Property Value
A System.String that represents the name of the user that printed the job.