Table of Contents

Class ChangeRegistrationPassword

Namespace
InSite.Application.Registrations.Write
Assembly
Shift.Sdk.dll
public class ChangeRegistrationPassword : Command, ICommand
Inheritance
ChangeRegistrationPassword
Implements
Inherited Members
Extension Methods

Constructors

ChangeRegistrationPassword(Guid, string)

public ChangeRegistrationPassword(Guid registration, string password)

Parameters

registration Guid
password string

Properties

Password

public string Password { get; set; }

Property Value

string