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!

ConstructorBuilder.Attributes

Retrieves the attributes for this constructor.

[Visual Basic]
Overridable Public ReadOnly Property Attributes As MethodAttributes
[C#]
public MethodAttributes Attributes {override get;}
[C++]
public: __property virtual MethodAttributes get_Attributes();
[JScript]
public function get Attributes() : MethodAttributes;

Property Value

Returns the attributes for this constructor.

See Also

ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace