Telemetry.EventData 属性
定义
获取或设置以分号分隔的由等号分隔的键/值对列表。Gets or sets a semi-colon delimited list of equal-sign separated key/value pairs. 例如“Property1=Value1;Property2=Value2”。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