IFPCServerFarm::ConnectivityVerifier property

Applies to: desktop apps only

The ConnectivityVerifier property gets an FPCConnectivityVerifier object that defines the connectivity verifier associated with the server farm. This connectivity verifier checks for connectivity from the Forefront TMG computer to the published servers in the server farm.

This property is read-only.

Syntax

HRESULT get_ConnectivityVerifier(
  IFPCConnectivityVerifier **ppConnectivityVerifier
);
' Data type: FPCConnectivityVerifier

Property ConnectivityVerifier( _
  ByVal ppConnectivityVerifier As IFPCConnectivityVerifier _
) As FPCConnectivityVerifier

Property value

Reference to an FPCConnectivityVerifier object that defines the connectivity verifier associated with the server farm.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. The connectivity verifier associated with the server farm can be modified through the properties of the FPCConnectivityVerifier object retrieved (the IFPCConnectivityVerifier interface retrieved in C++).

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

FPCServerFarm

 

 

Build date: 7/12/2010