EventData.CorrelationId Property
Optional. Gets or sets the correlation Id.The correlation Id is shared among the events that belong to the same deployment.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string CorrelationId { get; set; }
public:
property String^ CorrelationId {
String^ get();
void set(String^ value);
}
member CorrelationId : string with get, set
Public Property CorrelationId As String
Property Value
Type: System.String
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top