Share via


TelemetrySession.TryGetCommonPropertyValue(String, Object) Method

Definition

Gets the value associated with the specified property name that will be common to all events for the session, but should not have the context or reserved prefix.

public bool TryGetCommonPropertyValue (string propertyName, out object value);
member this.TryGetCommonPropertyValue : string * obj -> bool
Public Function TryGetCommonPropertyValue (propertyName As String, ByRef value As Object) As Boolean

Parameters

propertyName
String
value
Object

Returns

Applies to