Gets the unique identifier of the website to which this CContent belongs

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

Syntax

C#
public Guid WebsiteKey { get; }
Visual Basic (Declaration)
Public ReadOnly Property WebsiteKey As Guid
Visual C++
public:
property Guid WebsiteKey {
	Guid get ();
}

See Also