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 (String, CodeExpression)

Initializes a new instance of CodeAttributeArgument using the specified name and value.

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

Parameters

name
The name of the attribute the argument applies to.
value
[To be supplied.]

See Also

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