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