IFPCAddressRange::SetIps method
Applies to: desktop apps only
The SetIps method sets the lower and upper bounds of the address range.
Syntax
HRESULT SetIps(
[in] BSTR Ip_From,
[in] BSTR Ip_To
);
FPCAddressRange.SetIps( _
ByVal Ip_From As String, _
ByVal Ip_To As String _
)
Parameters
Ip_From [in]
C++ BSTR that specifies the lower bound of the IP address range. VB String that specifies the lower bound of the IP address range. Ip_To [in]
C++ BSTR that specifies the upper bound of the IP address range. VB String that specifies the upper bound of the IP range.
Return value
C++
This method returns S_OK if the call is successful; otherwise, it returns an error code.
VB
This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.
Remarks
This method modifies the IP_From and IP_To properties. The lower and upper bounds of the IP address range are initially set by the values passed to the IP_From and IP_To parameters of the Add method of the FPCAddressRanges collection (IFPCAddressRanges interface in C++) when the object is created.
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