Target.Inputs Property

Definition

Gets or sets the items that are to be input into this target.

public:
 property System::String ^ Inputs { System::String ^ get(); void set(System::String ^ value); };
public string Inputs { get; set; }
member this.Inputs : string with get, set
Public Property Inputs As String

Property Value

A string representing the items.

Remarks

Items inside this target attribute are used as the inputs in the top level dependency analysis.

Applies to