ProjectTargetInstance.Returns Property

Definition

Unevaluated return values on the target element May be empty string or null, if no return value is specified.

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

Property Value

The unevaluated return values on the target element as a string, or an empty string or null, if no return value is specified.

Attributes

Applies to