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.
typedef enum FpcConnectivityGroupType { fpcGroupFirst
A value that can be used to identify the first group when enumerating through the list of groups.
= 0, fpcGroupActiveDirectory
The Active Directory group type.
= 0, fpcGroupDHCP
The DHCP group type.
= 1, fpcGroupDNS
The DNS group type.
= 2, fpcGroupPublishedServer
The Published Servers group type.
= 3, fpcGroupWeb
The Web (Internet) group type.
= 4, fpcGroupOther
The Others group type.
= 5, fpcGroupLast
A value that can be used to identify the last group when enumerating through the list of groups.
= 5 } FpcConnectivityGroupType;
A value that can be used to identify the first group when enumerating through the list of groups.
The Active Directory group type.
The DHCP group type.
The DNS group type.
The Published Servers group type.
The Web (Internet) group type.
The Others group type.
A value that can be used to identify the last group when enumerating through the list of groups.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.