IFPCComputerSet::AddressRanges property
Applies to: desktop apps only
The AddressRanges property gets an FPCAddressRanges collection that contains the IP address ranges included in the computer set.
This property is read-only.
Syntax
HRESULT get_AddressRanges(
IFPCAddressRanges **ppAddressRanges
);
' Data type: FPCAddressRanges
Property AddressRanges( _
ByVal ppAddressRanges As IFPCAddressRanges _
) As FPCAddressRanges
Property value
Reference to an FPCAddressRanges collection that contains the IP address ranges included in the computer set.
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. Address ranges can be added or removed by calling the Add and Remove methods of the FPCAddressRanges collection retrieved (the IFPCAddressRanges 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