ProjectTaskOutputPropertyInstance.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 on the output element. If there is no condition, returns empty string.
public:
virtual property System::String ^ Condition { System::String ^ get(); };
public override string Condition { get; }
public override string Condition { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Condition : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Condition : string
Public Overrides ReadOnly Property Condition As String
Property Value
The Condition attribute of the output element.
- Attributes