EventData.OperationId Property
Optional. Gets or sets the operation idThis value should not be confused with EventName.
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string OperationId { get; set; }
public:
property String^ OperationId {
String^ get();
void set(String^ value);
}
member OperationId : string with get, set
Public Property OperationId As String
Property Value
Type: System.String
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top