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

Indicates whether the object is a file.

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

Property Value

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

See Also

FileSystemEntry Class | FileSystemEntry Members | System.IO Namespace