Hub.Sections Property

Definition

Gets all the hub sections in the Hub.

public:
 property IVector<HubSection ^> ^ Sections { IVector<HubSection ^> ^ get(); };
IVector<HubSection> Sections();
public IList<HubSection> Sections { get; }
var iVector = hub.sections;
Public ReadOnly Property Sections As IList(Of HubSection)
<Hub ...>
  oneOrMoreHubSections
</Hub>

Property Value

All the hub sections in the Hub. The default is an empty collection.

Applies to

See also