Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore.Metrics Namespace / ActionMetricBase Class / Parameters Property

In This Topic
    Parameters Property (ActionMetricBase)
    In This Topic
    Gets/Sets a String that represents the parameters passed to this action
    Syntax
    'Declaration
     
    
    <EventMetricValueAttribute("parameters", 
       SummaryFunction.Count, 
       "", 
       Caption="Parameters", 
       Description="The list of parameters used for this action")>
    <JsonIgnoreAttribute()>
    Public ReadOnly Property Parameters As String
    [EventMetricValue("parameters", 
       SummaryFunction.Count, 
       "", 
       Caption="Parameters", 
       Description="The list of parameters used for this action")]
    [JsonIgnore()]
    public string Parameters {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