Gets a unique identifier of CWebsite where the CNavMenu belongs to

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public Guid WebsiteKey { get; set; }
Visual Basic
Public Property WebsiteKey As Guid
	Get
	Set
Visual C++
public:
property Guid WebsiteKey {
	Guid get ();
	void set (Guid value);
}

See Also