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

Indicates whether the object is a directory.

[Visual Basic]
MustOverride Public ReadOnly Property IsDirectory As Boolean
[C#]
public bool IsDirectory {abstract get;}
[C++]
public: __property virtual bool get_IsDirectory() = 0;
[JScript]
public abstract function get IsDirectory() : Boolean;

Property Value

true if the object is a directory; otherwise, false.

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace