OperationParameterInfo.Attributes Propriedade
Definição
Obtém ou define os atributos do parâmetro de operação associado.Gets or sets the attributes of the associated operation parameter.
public:
property System::Reflection::ParameterAttributes Attributes { System::Reflection::ParameterAttributes get(); void set(System::Reflection::ParameterAttributes value); };
public System.Reflection.ParameterAttributes Attributes { get; set; }
member this.Attributes : System.Reflection.ParameterAttributes with get, set
Public Property Attributes As ParameterAttributes
Valor da propriedade
O ParameterAttributes do parâmetro de operação associado.The ParameterAttributes of the associated operation parameter.