ResolvedMethod.ReturnTypeName Property

Definition

Gets the type name of the return type (including namespace). If the return type cannot be retrieved, an empty string is returned.

public:
 property System::String ^ ReturnTypeName { System::String ^ get(); };
public:
 property Platform::String ^ ReturnTypeName { Platform::String ^ get(); };
public string ReturnTypeName { get; }
member this.ReturnTypeName : string
Public ReadOnly Property ReturnTypeName As String

Property Value

Applies to