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

For files, retrieves the name of the file. For directories, retrieves the name of the last directory in the hierarchy if possible, otherwise retrieves the fully qualified name.

[Visual Basic]
MustOverride Public ReadOnly Property Name As String
[C#]
public string Name {abstract get;}
[C++]
public: __property virtual String* get_Name() = 0;
[JScript]
public abstract function get Name() : String;

Property Value

A string that is the filename, the name of the last directory in the hierarchy, or the fully qualified name.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace