TelemetryContext.Properties Property
Namespace: Microsoft.ApplicationInsights.Contracts
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)
Usage
'Usage
Dim instance As TelemetryContext
Dim value As IDictionary(Of String, String)
value = instance.Properties
Syntax
'Declaration
Public ReadOnly Property Properties As IDictionary(Of String, String)
public IDictionary<string,string> Properties { get; }
public:
property IDictionary<String^, String^>^ Properties {
IDictionary<String^, String^>^ get ();
}
/** @property */
public IDictionary<String,String> get_Properties ()
public function get Properties () : IDictionary<String,String>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8, Windows Server 2012
See Also
Reference
TelemetryContext Class
TelemetryContext Members
Microsoft.ApplicationInsights.Contracts Namespace