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!

AssemblyName.FullName

This read-only property returns the full name of the assembly.

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

Property Value

Read-only. Returns the full name of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace