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!

CodeAttributeDeclaration.Arguments

The arguments for the attribute.

[Visual Basic]
Public ReadOnly Property Arguments As _
   CodeAttributeArgumentCollection
[C#]
public CodeAttributeArgumentCollection Arguments {get;}
[C++]
public: __property CodeAttributeArgumentCollection* get_Arguments();
[JScript]
public function get Arguments() : CodeAttributeArgumentCollection;

Property Value

An CodeAttributeArgumentCollection that indicates the arguments for the attribute.

See Also

CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDOM Namespace