共用方式為


CorrelationDataMessageProperty.Remove(String) 方法

定義

移除資料提供者專屬字典中的相互關聯資料提供者。

public:
 bool Remove(System::String ^ name);
public bool Remove (string name);
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean

參數

name
String

要移除之資料提供者的名稱。

傳回

如果移除作業成功,則為 true,否則為 false

適用於