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!

CodeAttributeArgumentCollection.Add

Adds a CodeAttributeArgument to the collection.

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

Parameters

value
The attribute argument to add to the collection.

See Also

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