다음을 통해 공유


SoapMessage.ParamNames 속성

정의

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

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

속성 값

String[]

호출된 메서드의 매개 변수 이름입니다.

구현

적용 대상