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
); |
Property Value
A string value representing the username used to access the proxy.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also