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

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.

GroupType

Value from the FpcConnectivityGroupType enumerated type that specifies 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 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.

See Also

FPCConnectivityVerifier


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.