| LoginDetailsUsername Property |
The Rally username that we are connecting as.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string Username { get; set; }Public Property Username As String
Get
Set
public:
property String^ Username {
String^ get ();
void set (String^ value);
}member Username : string with get, set
Property Value
Type:
String
See Also