Private/Types/enums/AllowOffline.generated.psm1

enum AllowOffline
{
    Default = 0
    True = 1
    False = 2
    Inherited = 3
}