NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeAttributeArgument.Value

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);

Property Value

A CodeExpression that indicates the value for the attribute.

See Also

CodeAttributeArgument Class | CodeAttributeArgument Members | System.CodeDOM Namespace | CodeExpression