C# Класс ConoHaNet.Objects.Identity.SetPasswordRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
SetPasswordRequest ( string username, string password ) : System

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

Описание методов

SetPasswordRequest() публичный Метод

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.
Результат System