public int CompilerReturnValue { get; }
Public ReadOnly Property CompilerReturnValue As Integer
Get
public:
virtual property int CompilerReturnValue {
int get () sealed;
}
abstract CompilerReturnValue : int with get
override CompilerReturnValue : int with get