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.FullName

Returns the full path name of this enum.

[Visual Basic]
Overridable Public ReadOnly Property FullName As String
[C#]
public string FullName {override get;}
[C++]
public: __property virtual String* get_FullName();
[JScript]
public function get FullName() : String;

Property Value

Read-only. The full path name of this enum.

See Also

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