TelemetrySession.RemovePersistedSharedProperty(String) 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.
Remove persisted shared property for all sessions means remove shared property from this default context, and for any future sessions on the machine.
public:
void RemovePersistedSharedProperty(System::String ^ propertyName);
public void RemovePersistedSharedProperty (string propertyName);
member this.RemovePersistedSharedProperty : string -> unit
Public Sub RemovePersistedSharedProperty (propertyName As String)
Parameters
- propertyName
- String