OperationParameterInfo.Attributes Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, setPublic Property Attributes As ParameterAttributesProperty Value
The ParameterAttributes of the associated operation parameter.