次の方法で共有


TelemetryEventCorrelation.Serialize Method

Definition

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"}

Applies to