Share via


ListEventsForCorrelationIdParameters.CorrelationId Property

 

Gets or sets the correlation id

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

[FilterParameterAttribute("correlationId")]
public string CorrelationId { get; set; }
public:
[FilterParameterAttribute("correlationId")]
property String^ CorrelationId {
    String^ get();
    void set(String^ value);
}
[<FilterParameterAttribute("correlationId")>]
member CorrelationId : string with get, set
<FilterParameterAttribute("correlationId")>
Public Property CorrelationId As String

Property Value

Type: System.String

See Also

ListEventsForCorrelationIdParameters Class
Microsoft.Azure.Insights Namespace

Return to top