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

Returns the full path name of this enum qualified by the display name of the parent assembly.

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

Property Value

Read-only. The full path name of this enum qualified by the display name of the parent assembly.

See Also

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