TelemetrySession.SetPersistedSharedProperty Method

Definition

Overloads

SetPersistedSharedProperty(String, String)

Set persisted shared property for the session means set shared property for the default context for this session and any future sessions on the machine.

SetPersistedSharedProperty(String, Double)

Set persisted shared property for the session means set shared property for the default context for this session and any future sessions on the machine.

SetPersistedSharedProperty(String, String)

Set persisted shared property for the session means set shared property for the default context for this session and any future sessions on the machine.

public:
 void SetPersistedSharedProperty(System::String ^ propertyName, System::String ^ propertyValue);

Parameters

propertyName
String
propertyValue
String

Applies to

SetPersistedSharedProperty(String, Double)

Set persisted shared property for the session means set shared property for the default context for this session and any future sessions on the machine.

public:
 void SetPersistedSharedProperty(System::String ^ propertyName, double propertyValue);

Parameters

propertyName
String
propertyValue
Double

Applies to