ConnectionInfoUserName Property |
The username for this connection.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic virtual string UserName { get; set; }
Public Overridable Property UserName As String
Get
Set
public:
virtual property String^ UserName {
String^ get ();
void set (String^ value);
}
abstract UserName : string with get, set
override UserName : string with get, set
Property Value
Type:
String
See Also