Back to Wsl

VhdOwner

doc/docs/api-reference/csharp/data-classes/vhdowner.md

2.9.4222 B
Original Source

VhdOwner

Owner uid/gid for a named VHD volume root inode.

csharp
public struct VhdOwner
{
    public uint Uid;
    public uint Gid;
}

Example:

csharp
var owner = new VhdOwner { Uid = 1000, Gid = 1000 };