IFPCArray::StaticRoutes property
Applies to: desktop apps only
The StaticRoutes property gets an FPCStaticRoutes collection that contains objects defining all the static routes for the array.
This property is read-only.
Syntax
HRESULT get_StaticRoutes(
IFPCStaticRoutes **ppStaticRoutes
);
' Data type: FPCStaticRoutes
Property StaticRoutes( _
ByVal ppStaticRoutes As IFPCStaticRoutes _
) As FPCStaticRoutes
Property value
Reference to the FPCStaticRoutes collection defining all the static routes 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 static routes for the array by calling the methods of the FPCStaticRoutes collection retrieved (the IFPCStaticRoutes 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