ProviderInfo.VolumeSeparatedByColon 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 or sets if the drive-root relative paths on drives of this provider are separated by a colon or not.
This is true for all PSDrives on all platforms, except for filesystems on non-windows platforms.
public:
property bool VolumeSeparatedByColon { bool get(); };
public:
property bool VolumeSeparatedByColon { bool get(); };
public bool VolumeSeparatedByColon { get; }
member this.VolumeSeparatedByColon : bool
Public ReadOnly Property VolumeSeparatedByColon As Boolean