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!

TypeDelegator.AssemblyQualifiedName

[To be supplied.]

[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

The base type for a type.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace