ArticleViewModel.Id Property

Blog

ArticleViewModelId Property

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

[Missing <summary> documentation for "P:Blog.Models.ArticleViewModel.Id"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Id { get; set; }
function get_Id();
function set_Id(value);

Property Value

Type: Int32

[Missing <value> documentation for "P:Blog.Models.ArticleViewModel.Id"]

Remarks

[Missing <remarks> documentation for "P:Blog.Models.ArticleViewModel.Id"]

See Also