Share via


GroupType Property of the IFPCConnectivityVerifier Interface

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.

C++

HRESULT put_GroupType(
    FpcConnectivityGroupType GroupType
);
HRESULT get_GroupType(
    FpcConnectivityGroupType* pGroupType
);

Parameters

  • GroupType
    Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in Forefront TMG Management.

  • 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.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Visual Basic

Property GroupType As FpcConnectivityGroupType

Property Value

Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in Forefront TMG Management.

Remarks

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.

Requirements

Client Requires Windows 7 or Windows Vista.
Server Requires Windows Server 2008 R2 or Windows Server 2008 x64 Edition with SP2.
Version Requires Forefront Threat Management Gateway (TMG) 2010.
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCConnectivityVerifier

Send comments about this topic to Microsoft

Build date: 6/30/2010