ManageLoginsViewModel.CurrentLogins Property

Blog

ManageLoginsViewModelCurrentLogins Property

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

[Missing <summary> documentation for "P:Blog.Models.ManageLoginsViewModel.CurrentLogins"]

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

Property Value

Type: IListUserLoginInfo

[Missing <value> documentation for "P:Blog.Models.ManageLoginsViewModel.CurrentLogins"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.ManageLoginsViewModel.CurrentLogins"]

See Also