TelemetrySession.GetPersistedSharedProperty(String) Method

Definition

Get persisted shared property by name.

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

Parameters

propertyName
String

Returns

null if no shared property with such name.

Applies to