TelemetryEventCorrelation.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serialize current object to string
public:
System::String ^ Serialize();
public string Serialize ();
member this.Serialize : unit -> string
Public Function Serialize () As String
Returns
A json string to include id and event type properties. E.g., {"id":"d7149afe-632f-4278-b94e-3915a79ee60f","eventType":"Operation"}