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!

FileSystemEntry.FullName

Retrieves the full path of the directory or file.

[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;

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace