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!

CodeAttributeBlock.Attributes

A collection of CodeAttributeDeclaration objects.

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

Property Value

A CodeAttributeDeclarationCollection that contains the CodeAttributeDeclaration objects that represent the attribute block.

See Also

CodeAttributeBlock Class | CodeAttributeBlock Members | System.CodeDOM Namespace