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!

Directory.IsDirectory

Indicates whether the object is a directory.

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

Property Value

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

See Also

Directory Class | Directory Members | System.IO Namespace