←Select platform

ClientMachineName Property

Summary

Gets the name of the client machine that printed the job.

Syntax

C#
VB
C++
public string ClientMachineName { get; } 
  
Public ReadOnly Property ClientMachineName As String 
public: 
property String^ ClientMachineName { 
   String^ get(); 
} 

Property Value

A System.String that represents the name of the client machine that printed the job.

Example

Refer to RemoteData example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Printer Assembly