VariablePath.DriveName 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.
The drive name, or null if the path is for a variable. It may also be null for some functions (specifically if this is a FunctionScopedItemLookupPath.)
public:
property System::String ^ DriveName { System::String ^ get(); };
public:
property Platform::String ^ DriveName { Platform::String ^ get(); };
public string DriveName { get; }
member this.DriveName : string
Public ReadOnly Property DriveName As String