BuildTask.Condition 属性

定义

获取或设置 Task 元素的 Condition 特性值。Gets or sets the Condition attribute value of the Task element.

public:
 property System::String ^ Condition { System::String ^ get(); void set(System::String ^ value); };
public string Condition { get; set; }
member this.Condition : string with get, set
Public Property Condition As String

属性值

String

Task元素的Condition特性值。The Condition attribute value of the Task element.

适用于