The GroupType property gets or sets a value from the FpcConnectivityGroupType enumerated type that specifies the group type used in Forefront TMG Management to categorize the connectivity verifier according to the type of servers with which connectivity is checked.
HRESULT put_GroupType( FpcConnectivityGroupType GroupType ); HRESULT get_GroupType( FpcConnectivityGroupType* pGroupType );
Pointer to a variable that on return receives a value from the FpcConnectivityGroupType enumerated type specifying the group type used to categorize the connectivity verifier in Forefront TMG Management.
Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in Forefront TMG Management.
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Property GroupType As FpcConnectivityGroupType
Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in Forefront TMG Management.
This property is read/write. Its default value is fpcGroupWeb, which indicates that the connectivity verifier belongs to the Web (Internet) group.
A connectivity verifier checks for connectivity to a single server. The specific server to which connectivity is to be verified is specified by the ServerAddress property.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.