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!

File.IsFile

Indicates whether the object is a file.

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

Property Value

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

See Also

File Class | File Members | System.IO Namespace