ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDescription Class / QueryLayerName Property

In This Topic
    QueryLayerName Property
    In This Topic
    Gets the user-specified name of the query layer being represented by this instance of QueryDescription.
    Syntax
    public string QueryLayerName {get;}
    Public ReadOnly Property QueryLayerName As String
    Remarks
    This property is meaningful only if IsQueryLayer returns true. If it returns false, this property will return System.String.Empty.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also