FpcNetworkSetType Enumeration

The FpcNetworkSetType enumerated type contains values that specify whether a network set includes only the selected networks, or includes all networks except the selected networks.

Syntax

typedef enum FpcNetworkSetType {
  fpcSelectedNetworks
fpcSelectedNetworks

The network set includes only the selected networks.

			= 0,
  fpcAllExceptSelectedNetworks
fpcAllExceptSelectedNetworks

The network set includes all networks except those selected.

   = 1
} FpcNetworkSetType;

Constants

fpcSelectedNetworks

The network set includes only the selected networks.

fpcAllExceptSelectedNetworks

The network set includes all networks except those selected.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.