다음을 통해 공유


SoapMessage.ParamValues 속성

정의

호출된 메서드의 매개 변수 값을 가져오거나 설정합니다.

public:
 property cli::array <System::Object ^> ^ ParamValues { cli::array <System::Object ^> ^ get(); void set(cli::array <System::Object ^> ^ value); };
public object[] ParamValues { get; set; }
member this.ParamValues : obj[] with get, set
Public Property ParamValues As Object()

속성 값

Object[]

호출된 메서더의 매개 변수 값입니다.

구현

적용 대상