IndexViewModel.Logins Property

Blog

IndexViewModelLogins Property

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

[Missing <summary> documentation for "P:Blog.Models.IndexViewModel.Logins"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<UserLoginInfo> Logins { get; set; }
function get_Logins();
function set_Logins(value);

Property Value

Type: IListUserLoginInfo

[Missing <value> documentation for "P:Blog.Models.IndexViewModel.Logins"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.IndexViewModel.Logins"]

See Also