ProjectTargetInstance.Inputs Property

Definition

Unevaluated inputs on the target element. May be empty string.

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

Property Value

The unevaluated inputs on this target element, or an empty string if this target has no inputs.

Attributes

Applies to