ArcGIS Pro 2.6 API Reference Guide
UniqueQueryLayerName Property

ArcGIS.Core.Data Namespace > QueryDescription Class : UniqueQueryLayerName Property
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 10, Windows 8.1, Windows 7

See Also

Reference

QueryDescription Class
QueryDescription Members