ProjectUsingTaskBodyElement.Evaluate Property

Definition

Gets the value of the Evaluate attribute. Returns true if it is not present.

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

Property Value

The value of the Evaluate attribute, which is either "true" or "false". Returns "true" if the attribute is not present.

Remarks

If "true", expands the item and property values in the inline task body.

Applies to