Gets or sets the custom attributes for the parameter declaration.
[Visual Basic] Public Property CustomAttributes As CodeAttributeBlock [C#] public CodeAttributeB CustomAttributes {get; set;} [C++] public: __property CodeAttributeBlock* get_CustomAttributes(); public: __property void set_CustomAttributes(CodeAttributeBlock*); [JScript] public function get CustomAttributes() : CodeAttributeBlock; public function set CustomAttributes(CodeAttributeBlock);
A CodeAttributeBlock indicating the custom attributes.
CodeParameterDeclarationExpression Class | CodeParameterDeclarationExpression Members | System.CodeDOM Namespace | CodeAttributeBlock