IMethodReturnMessage.ReturnValue 속성

정의

메서드 호출의 반환 값을 가져옵니다.

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
public object ReturnValue { [System.Security.SecurityCritical] get; }
member this.ReturnValue : obj
[<get: System.Security.SecurityCritical>]
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

속성 값

메서드 호출의 반환 값입니다.

특성

예외

직접 호출자는 인터페이스에 대한 참조를 통해 호출을 수행하며 인프라 권한이 없습니다.

적용 대상