The argument for the attribute.
[Visual Basic] Public Property Value As CodeExpression [C#] public CodeExpression Value {get; set;} [C++] public: __property CodeExpression* get_Value(); public: __property void set_Value(CodeExpression*); [JScript] public function get Value() : CodeExpression; public function set Value(CodeExpression);
A CodeExpression that indicates the value for the attribute.
CodeAttributeArgument Class | CodeAttributeArgument Members | System.CodeDOM Namespace | CodeExpression