ContainerFileSystemCallbackAnnotation.DefaultGroup 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 GID of the default group for files/directories to be created or updated in the container. The GID defaults to 0 for root if null.
public int? DefaultGroup { get; init; }
member this.DefaultGroup : Nullable<int> with get, set
Public Property DefaultGroup As Nullable(Of Integer)