Gets or sets the username.
Syntax
'Declaration
Public Overridable Property Username As String
'Usage
Dim instance As Agent
Dim value As String
instance.Username = value
value = instance.Username
public virtual string Username {get; set;}
public read-write property Username: String; virtual;
public function get,set Username : String
public: __property virtual string* get_Username();
public: __property virtual void set_Username(
string* value
);
public:
virtual property String^ Username {
String^ get();
void set ( String^ value);
}
Property Value
The username.
See Also