TelemetrySession.RemoveSharedProperty(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 shared property for the session means remove shared property from the default context
public:
void RemoveSharedProperty(System::String ^ propertyName);
public void RemoveSharedProperty (string propertyName);
member this.RemoveSharedProperty : string -> unit
Public Sub RemoveSharedProperty (propertyName As String)
Parameters
- propertyName
- String