OperationParameterInfo.ParameterType Propriedade
Definição
Obtém ou define o tipo do parâmetro de operação associado.Gets or sets the type of the associated operation parameter.
public:
property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; set; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type
Valor da propriedade
Um Type objeto que representa o tipo do parâmetro de operação associado.A Type object representing the type of the associated operation parameter.