Gets or sets selected news category id (Defined in the url query parameters). Note: CategoryId is ignored if category filter is set

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

Syntax

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

Property Value

Type: Guid

See Also