Gets or sets the value for the attribute argument.
[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 argument.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeAttributeArgument Class | CodeAttributeArgument Members | System.CodeDom Namespace | CodeExpression