Table of Contents

Enum GroupPolicyNetworkShareAccessBasedEnumerationAction

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

Determines the access-based enumeration action of a Group Policy preference network share.

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

Fields

Disable = 1

The access-based enumeration action is to disable.

Enable = 2

The access-based enumeration action is to enable.

NoChange = 3

The access-based enumeration action is to make no change.

Unknown = 0

The access-based enumeration action is unknown.