TelemetrySession.TryGetCommonPropertyValue(String, Object) 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.
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