The name of the DA client as set by the client in the method SetClientName. The name is an empty string by default.
Or, the UA client application name.
Syntax
Visual Basic (Declaration) | |
---|
<MarshalAsAttribute(UnmanagedType.U1 Or _
UnmanagedType.I2 Or _
UnmanagedType.LPStr Or _
UnmanagedType.LPWStr)>
Public clientName As String |
C# | |
---|
[MarshalAsAttribute(UnmanagedType.U1 |
UnmanagedType.I2 |
UnmanagedType.LPStr |
UnmanagedType.LPWStr)]
public string clientName |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also