ChangePasswordViewModel.NewPassword Property

Blog

ChangePasswordViewModelNewPassword Property

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "P:Blog.Models.ChangePasswordViewModel.NewPassword"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string NewPassword { get; set; }
function get_NewPassword();
function set_NewPassword(value);

Property Value

Type: String

[Missing <value> documentation for "P:Blog.Models.ChangePasswordViewModel.NewPassword"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.ChangePasswordViewModel.NewPassword"]

See Also