ProjectUsingTaskParameterElement.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.
Gets or sets the required attribute
public:
property System::String ^ Required { System::String ^ get(); void set(System::String ^ value); };
public string Required { get; set; }
member this.Required : string with get, set
Public Property Required As String
Property Value
The value of the Required attribute, or an empty string if the attribute is not present.
Remarks
Represents a boolean flag that, if "true", indicates that this parameter is required.