ExecutionProperties.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.

注解

活动完成后,会自动取消注册属性。 此方法可用于在活动完成之前注销属性。

适用于