RegisterViewModel.Email Property

Blog

RegisterViewModelEmail Property

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

[Missing <summary> documentation for "P:Blog.Models.RegisterViewModel.Email"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Email { get; set; }
function get_Email();
function set_Email(value);

Property Value

Type: String

[Missing <value> documentation for "P:Blog.Models.RegisterViewModel.Email"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.RegisterViewModel.Email"]

See Also