| LoginDetailsSetProxyPassword Method |
Sets the proxy password with encryption for this user.
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic void SetProxyPassword(
string password
)
Public Sub SetProxyPassword (
password As String
)
public:
void SetProxyPassword(
String^ password
)
member SetProxyPassword :
password : string -> unit
Parameters
- password
- Type: SystemString
The password to set.
See Also