ProjectUsingTaskBodyElement.Evaluate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.