C# Class ConoHaNet.Objects.Identity.SetPasswordRequest

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SetPasswordRequest ( string username, string password ) : System

Initializes a new instance of the SetPasswordRequest class with the specified username and password.

Method Details

SetPasswordRequest() public méthode

Initializes a new instance of the SetPasswordRequest class with the specified username and password.
/// If is . /// -or- /// If is . /// /// If is empty. /// -or- /// If is empty. ///
public SetPasswordRequest ( string username, string password ) : System
username string The new username.
password string The new password.
Résultat System