Share via


ISoapMessage.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[]

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

적용 대상