ProjectUsingTaskBodyElement.Condition 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.
Condition should never be set, but the getter returns null instead of throwing because a nonexistent condition is implicitly true
public:
virtual property System::String ^ Condition { System::String ^ get(); void set(System::String ^ value); };
public override string Condition { get; set; }
member this.Condition : string with get, set
Public Overrides Property Condition As String
Property Value
Always returns null
.