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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.