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 Constructor (CodeExpression)

Initializes a new instance of CodeAttributeArgument using the specified value.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As CodeExpression _
)
[C#]
public CodeAttributeArgument(
   CodeExpression value
);
[C++]
public: CodeAttributeArgument(
   CodeExpression* value
);
[JScript]
public function CodeAttributeArgument(
   value : CodeExpression
);

Parameters

value
A CodeExpression that represents the value of the argument.

See Also

CodeAttributeArgument Class | CodeAttributeArgument Members | System.CodeDOM Namespace | CodeAttributeArgument Constructor Overload List | CodeExpression