TelemetrySession.RemovePersistedSharedProperty(String) 方法

定义

删除所有会话的持久化共享属性意味着从此默认上下文中删除共享的属性,以及在计算机上的任何未来会话中删除共享属性。

public:
 void RemovePersistedSharedProperty(System::String ^ propertyName);
public void RemovePersistedSharedProperty (string propertyName);
member this.RemovePersistedSharedProperty : string -> unit
Public Sub RemovePersistedSharedProperty (propertyName As String)

参数

propertyName
String

适用于