StackFrame2.ReturnType Property

Definition

Gets a string that contains the return type for the stack property.

public:
 property System::String ^ ReturnType { System::String ^ get(); };
public:
 property Platform::String ^ ReturnType { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(102)]
public string ReturnType { [System.Runtime.InteropServices.DispId(102)] get; }
[<System.Runtime.InteropServices.DispId(102)>]
[<get: System.Runtime.InteropServices.DispId(102)>]
member this.ReturnType : string
Public ReadOnly Property ReturnType As String

Property Value

A string that contains the return type for the stack property.

Implements

Attributes

Remarks

See ReturnType.

Applies to