IFPCArray::ConnectivityVerifiers property
Applies to: desktop apps only
The ConnectivityVerifiers property gets an FPCConnectivityVerifiers collection that contains objects defining all the connectivity verifiers for the array. A connectivity verifier checks for connectivity from a Forefront TMG computer to another computer, such as an external Web server.
This property is read-only.
Syntax
HRESULT get_ConnectivityVerifiers(
IFPCConnectivityVerifiers **ppConnectivityVerifiers
);
' Data type: FPCAdminSecurity
Property ConnectivityVerifiers( _
ByVal ppConnectivityVerifiers As IFPCConnectivityVerifiers _
) As FPCAdminSecurity
Property value
Reference to the FPCConnectivityVerifiers collection for the array.
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. You can add, delete, or modify the connectivity verifiers for the array by calling the methods of the FPCConnectivityVerifiers collection retrieved (the IFPCConnectivityVerifiers 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
Build date: 7/12/2010