In This Topic
Returns the Windows user name that this session is authenticated under.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property ClientName As String
[CanBeNull()]
public string ClientName {get;}
[CanBeNull()]
public:
property String^ ClientName {
String^ get();
}
See Also