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!

Module.FullyQualifiedName

Returns the fully qualified name and path to this Module.

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

Property Value

Read-only.

Remarks

To get the name, without the path, use Name.

See Also

Module Class | Module Members | System.Reflection Namespace