ProjectTaskOutputPropertyInstance Class    
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.
Represents an output property element beneath a task element
public ref class ProjectTaskOutputPropertyInstance sealed : Microsoft::Build::Execution::ProjectTaskInstanceChildpublic sealed class ProjectTaskOutputPropertyInstance : Microsoft.Build.Execution.ProjectTaskInstanceChildtype ProjectTaskOutputPropertyInstance = class
    inherit ProjectTaskInstanceChildPublic NotInheritable Class ProjectTaskOutputPropertyInstance
Inherits ProjectTaskInstanceChild- Inheritance
Remarks
Immutable.
Properties
| Condition | Condition on the output element. If there is no condition, returns empty string. | 
| ConditionLocation | Location of the condition, if any | 
| Location | Location of the original element | 
| PropertyName | Name of the property to put the output in | 
| PropertyNameLocation | Location of the original PropertyName attribute | 
| TaskParameter | Property on the task class to retrieve the output from | 
| TaskParameterLocation | Location of the TaskParameter attribute |