Share via


TelemetrySession.GetSharedProperty(String) Method

Definition

Get shared property by name.

public:
 System::Object ^ GetSharedProperty(System::String ^ propertyName);
public dynamic GetSharedProperty (string propertyName);
member this.GetSharedProperty : string -> obj
Public Function GetSharedProperty (propertyName As String) As Object

Parameters

propertyName
String

Returns

null if no shared property with such name.

Applies to