SetBuildProperties.KeepForever 屬性

取得或設定旗標無限期保留已完成的組建,並忽略保留原則。

命名空間:  Microsoft.TeamFoundation.Build.Workflow.Activities
組件:  Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)

語法

'宣告
<BrowsableAttribute(True)> _
Public Property KeepForever As InArgument(Of Boolean)
[BrowsableAttribute(true)]
public InArgument<bool> KeepForever { get; set; }

屬性值

型別:System.Activities.InArgument<Boolean>
true 表示無限期保留已完成的組建,並忽略保留原則;,否則為 false。

.NET Framework 安全性

請參閱

參考

SetBuildProperties 類別

Microsoft.TeamFoundation.Build.Workflow.Activities 命名空間