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

備註

當活動完成時,屬性會自動移除註冊。 這個方法可以用來在活動完成之前取消註冊屬性。

適用於