WatchResult.IsDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether indicates whether the watch result represents a directory.
public:
property bool IsDirectory { bool get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public bool IsDirectory { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.IsDirectory : bool
Public ReadOnly Property IsDirectory As Boolean
Property Value
- Attributes