ProjectUsingTaskParameterElement.Required Property

Definition

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.

Applies to