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