ITelemetryEvent.SetEventProperties(IDictionary<String,String>) 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.
public:
void SetEventProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public void SetEventProperties (System.Collections.Generic.IDictionary<string,string> properties);
abstract member SetEventProperties : System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub SetEventProperties (properties As IDictionary(Of String, String))
Parameters
- properties
- IDictionary<String,String>