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);
public void SetPersistedSharedProperty (string propertyName, string propertyValue);
member this.SetPersistedSharedProperty : string * string -> unit
Public Sub SetPersistedSharedProperty (propertyName As String, propertyValue As String)

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);
public void SetPersistedSharedProperty (string propertyName, double propertyValue);
member this.SetPersistedSharedProperty : string * double -> unit
Public Sub SetPersistedSharedProperty (propertyName As String, propertyValue As Double)

Parameters

propertyName
String
propertyValue
Double

Applies to