FpcConnectivityGroupType enumeration
Applies to: desktop apps only
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 = 0,
fpcGroupActiveDirectory = 0,
fpcGroupDHCP = 1,
fpcGroupDNS = 2,
fpcGroupPublishedServer = 3,
fpcGroupWeb = 4,
fpcGroupOther = 5,
fpcGroupLast = 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
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010