SendCodeViewModel.Providers Property

Blog

SendCodeViewModelProviders Property

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

[Missing <summary> documentation for "P:Blog.Models.SendCodeViewModel.Providers"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ICollection<SelectListItem> Providers { get; set; }
function get_Providers();
function set_Providers(value);

Property Value

Type: ICollectionSelectListItem

[Missing <value> documentation for "P:Blog.Models.SendCodeViewModel.Providers"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.SendCodeViewModel.Providers"]

See Also