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

要移除的数据提供程序的名称。

返回

Boolean

如果该移除操作成功,则为 true;否则为 false

适用于