Telemetry.EventData Property
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.
Gets or sets a semi-colon delimited list of equal-sign separated key/value pairs. An example would be "Property1=Value1;Property2=Value2".
public:
property System::String ^ EventData { System::String ^ get(); void set(System::String ^ value); };
public string EventData { get; set; }
member this.EventData : string with get, set
Public Property EventData As String