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

In This Topic
    UniqueQueryLayerName Property
    In This Topic
    Gets the system-generated unique name of the query layer being represented by this instance of QueryDescription.
    Syntax
    public string UniqueQueryLayerName {get;}
    Public ReadOnly Property UniqueQueryLayerName 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