ProjectTargetInstance.Returns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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