Gets the Id's for all homepages.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public IEnumerable<Guid> HomePageIds { get; }
Visual Basic
Public ReadOnly Property HomePageIds As IEnumerable(Of Guid)
	Get
Visual C++
public:
property IEnumerable<Guid>^ HomePageIds {
	IEnumerable<Guid>^ get ();
}

See Also