Hub.Sections Eigenschaft

Definition

Ruft alle Hubabschnitte im Hub ab.

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>

Eigenschaftswert

Alle Hubabschnitte im Hub. Der Standard ist eine leere Auflistung.

Gilt für:

Weitere Informationen