Id (primary key) of the blog entity. Used from the admin screens, front-end parts are using the blog name property.

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