ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / PropertySheet Class / Page Method
The DAML Page identifier.

In This Topic
    Page Method
    In This Topic
    Returns the Page associated with the specified DAML identifier in the current sheet.
    Syntax
    public static Page Page( 
       string id
    )
    Public Shared Function Page( _
       ByVal id As String _
    ) As Page

    Parameters

    id
    The DAML Page identifier.

    Return Value

    The specified Page.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also