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

注解

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

适用于