TelemetrySession.SetPersistedSharedProperty 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.
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