IFPCServer::ConnectivityResults property
Applies to: desktop apps only
The ConnectivityResults property gets the FPCConnectivityResults collection for the server. Each FPCConnectivityResult object in the collection represents the results of a connectivity verification attempt by an FPCConnectivityVerifier object.
This property is read-only.
Syntax
HRESULT get_ConnectivityResults(
IFPCConnectivityResults **ppConnectivityResults
);
' Data type: FPCConnectivityResults
Property ConnectivityResults( _
ByVal ppConnectivityResults As IFPCConnectivityResults _
) As FPCConnectivityResults
Property value
Reference to the FPCConnectivityResults collection for the server.
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.
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