ResolvedMethod.ReturnTypeName Property

Gets the type name of the return type (including namespace).

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public ReadOnly Property ReturnTypeName As String
    Get
public string ReturnTypeName { get; }
public:
property String^ ReturnTypeName {
    String^ get ();
}
member ReturnTypeName : string
function get ReturnTypeName () : String

Property Value

Type: System.String

Remarks

If the return type cannot be retrieved, an empty string is returned.

.NET Framework Security

See Also

Reference

ResolvedMethod Class

Microsoft.VisualStudio.IntelliTrace Namespace