Share via


ConnectedServiceWizard.StartPageIndex Property

Definition

Gets or sets a value indicating the starting wizard page by its index. The page index must exist in the Pages collection for the property to be set.

public:
 property Nullable<int> StartPageIndex { Nullable<int> get(); void set(Nullable<int> value); };
public int? StartPageIndex { get; set; }
member this.StartPageIndex : Nullable<int> with get, set
Public Property StartPageIndex As Nullable(Of Integer)

Property Value

Applies to