ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / WizardPage Class / Data Property

In This Topic
    Data Property (WizardPage)
    In This Topic
    Gets or sets the data passed to the wizard.
    Syntax
    Protected Friend Property Data As Object
    protected internal object Data {get; set;}
    Remarks
    When a wizard is displayed using ArcGIS.Desktop.Framework.FrameworkApplication.ShowWizard, data is passed in as one of the arguments. This function allows each page to access the data.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also