TaskPropertyInfo.Output 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.
This task parameter is an output parameter (analogous to [Output] attribute)
public:
property bool Output { bool get(); };
public bool Output { get; }
public bool Output { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Output : bool
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Output : bool
Public ReadOnly Property Output As Boolean
Property Value
- Attributes