FpcConnectivityGroupType Enumeration

The FpcConnectivityGroupType enumerated type contains values that specify the group types used in Forefront TMG Management to categorize connectivity verifiers according to the type of servers with which connectivity is checked.

Syntax

typedef enum FpcConnectivityGroupType {
  fpcGroupFirst
fpcGroupFirst

A value that can be used to identify the first group when enumerating through the list of groups.

			 = 0,
  fpcGroupActiveDirectory
fpcGroupActiveDirectory

The Active Directory group type.

   = 0,
  fpcGroupDHCP
fpcGroupDHCP

The DHCP group type.

			= 1,
  fpcGroupDNS
fpcGroupDNS

The DNS group type.

			 = 2,
  fpcGroupPublishedServer
fpcGroupPublishedServer

The Published Servers group type.

   = 3,
  fpcGroupWeb
fpcGroupWeb

The Web (Internet) group type.

			 = 4,
  fpcGroupOther
fpcGroupOther

The Others group type.

			 = 5,
  fpcGroupLast
fpcGroupLast

A value that can be used to identify the last group when enumerating through the list of groups.

			= 5
} FpcConnectivityGroupType;

Constants

fpcGroupFirst

A value that can be used to identify the first group when enumerating through the list of groups.

fpcGroupActiveDirectory

The Active Directory group type.

fpcGroupDHCP

The DHCP group type.

fpcGroupDNS

The DNS group type.

fpcGroupPublishedServer

The Published Servers group type.

fpcGroupWeb

The Web (Internet) group type.

fpcGroupOther

The Others group type.

fpcGroupLast

A value that can be used to identify the last group when enumerating through the list of groups.

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.