PowerTCP Telnet for .NET CF
Username Property
See Also  Send comments on this topic.
Dart.Common Namespace > Proxy Class : Username Property




Gets or sets a value which specifies the proxy username to use.

Syntax

Visual Basic (Declaration) 
Public Property Username As String
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As String
 
instance.Username = value
 
value = instance.Username
C# 
public string Username {get; set;}
Managed Extensions for C++ 
public: __property string* get_Username();
public: __property void set_Username( 
   string* value
);
C++/CLI 
public:
property String^ Username {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value representing the username used to access the proxy.

Remarks

The username to use for authentication on some proxies. Also see Password.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.