Hub.DefaultSectionIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.