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!

FieldBuilder.Attributes

Retrieves the attributes of this field.

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

Property Value

Read-only. Retrieves the attributes of this field.

See Also

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