Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / PageMetric Class / DisplayName Property

In This Topic
    DisplayName Property (PageMetric)
    In This Topic
    A display name for the page
    Syntax
    'Declaration
     
    
    <EventMetricValueAttribute("displayName", 
       SummaryFunction.Count, 
       "", 
       Caption="Display Name", 
       Description="A display name for the page")>
    Public ReadOnly Property DisplayName As String
    [EventMetricValue("displayName", 
       SummaryFunction.Count, 
       "", 
       Caption="Display Name", 
       Description="A display name for the page")]
    public string DisplayName {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also