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!

ParameterBuilder.Attributes

Retrieves the attributes for this parameter.

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

Property Value

Read-only. Retrieves the attributes for this parameter.

See Also

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