Hub.DefaultSectionIndex Property

Definition

Gets or sets the index of the hub section to show first when the Hub is initialized.

public:
 property int DefaultSectionIndex { int get(); void set(int value); };
int DefaultSectionIndex();

void DefaultSectionIndex(int value);
public int DefaultSectionIndex { get; set; }
var int32 = hub.defaultSectionIndex;
hub.defaultSectionIndex = int32;
Public Property DefaultSectionIndex As Integer
<Hub DefaultSectionIndex=int/>

Property Value

Int32

int

The index of the hub section to show first when the Hub is initialized.

Applies to

See also