ISoapMessage.ParamTypes 属性

定义

获取或设置方法调用的参数类型。

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

属性值

Type[]

方法调用的参数类型。

适用于