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!

EnumBuilder.UnderlyingField

Returns the underlying field for this enum.

[Visual Basic]
Public ReadOnly Property UnderlyingField As FieldBuilder
[C#]
public FieldBuilder UnderlyingField {get;}
[C++]
public: __property FieldBuilder* get_UnderlyingField();
[JScript]
public function get UnderlyingField() : FieldBuilder;

Property Value

Read-only. The underlying field for this enum.

See Also

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