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




User name to use when authenticating to a proxy.

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 user name used to access a proxy.

Remarks

Specifies the username to use for authentication on some proxies.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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