ProjectTargetInstance.Outputs Property

Definition

Unevaluated outputs on the target element May be empty string.

public:
 property System::String ^ Outputs { System::String ^ get(); };
public string Outputs { get; }
public string Outputs { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.Outputs : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Outputs : string
Public ReadOnly Property Outputs As String

Property Value

The unevaluated outputs on this target element Returns an empty string if there are no outputs.

Attributes

Applies to