Share via


IFPCConnectivityVerifier::GroupType property

Applies to: desktop apps only

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.

This property is read/write.

Syntax

HRESULT put_GroupType(
  FpcConnectivityGroupType GroupType
);

HRESULT get_GroupType(
  FpcConnectivityGroupType *pGroupType
);
' Data type: FpcConnectivityGroupType

Property GroupType( _
  ByVal GroupType As FpcConnectivityGroupType, _
  ByVal pGroupType As FpcConnectivityGroupType _
) 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.

Error codes

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

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

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

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCConnectivityVerifier

 

 

Build date: 7/12/2010