Table of Contents

Enum GroupPolicyNetworkShareLimitUsersAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the user limit action of a Group Policy preference network share.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum GroupPolicyNetworkShareLimitUsersAction

Fields

MaximumAllowed = 2

The limit users action is to set to maximum allowed.

NoChange = 3

The limit users action is to make no change.

SetLimit = 1

The limit users action is to set a limit.

Unknown = 0

The limit users action is unknown.