Target.Outputs Property

Definition

Gets or sets the expected outputs of this target.

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

Property Value

A string representing the outputs.

Remarks

You can apply transforms to this target attribute to transform a set of input items into a set of output items. This attribute is used not only for top level dependency analysis but also for the purposes of defining this targets outputs.

Applies to