EnumerationOptions.ReturnSpecialDirectories Property

Definition

Gets or sets a value that indicates whether to return the special directory entries "." and "..".

public:
 property bool ReturnSpecialDirectories { bool get(); void set(bool value); };
public bool ReturnSpecialDirectories { get; set; }
member this.ReturnSpecialDirectories : bool with get, set
Public Property ReturnSpecialDirectories As Boolean

Property Value

true to return the special directory entries "." and ".."; otherwise, false.

Applies to