DriveOwnerName Property
The name of the drive owner.
Syntax
[VB.NET] Public ReadOnlyProperty DriveOwnerName As String
[C#] public string DriveOwnerName {get;}
Remarks
This property hold the name of the drive owner. This is populated after calling GetDriveInfo.
This property is read-only and not available at design time.
Default Value
""