Id (primary key) of the blog post entity. Used when administrative backend modules (Blog admin section) need to use the blog edit module, since they are always using the primary ID (Guid).

Namespace: MonoSoftware.MonoX.ModuleGallery.Blog
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Guid SelectedId { get; set; }
Visual Basic
Public Property SelectedId As Guid
	Get
	Set
Visual C++
public:
property Guid SelectedId {
	Guid get ();
	void set (Guid value);
}
F#
member SelectedId : Guid with get, set

Property Value

Type: Guid

See Also