ArcGIS Pro 3.7 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 Shared Function Page( _
       ByVal id As String _
    ) As Page
    public static Page Page( 
       string id
    )

    Parameters

    id
    The DAML Page identifier.

    Return Value

    The specified Page.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also