IFPCNetworkConfiguration::NetworkRules property
Applies to: desktop apps only
The NetworkRules property gets an FPCNetworkRules collection of network rules.
This property is read-only.
Syntax
HRESULT get_NetworkRules(
IFPCNetworkRules **ppNetworkRules
);
' Data type: FPCNetworkRules
Property NetworkRules( _
ByVal ppNetworkRules As IFPCNetworkRules _
) As FPCNetworkRules
Property value
Reference to the FPCNetworkRules collection of network rules.
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 modify the network rules through the FPCNetworkRules collection retrieved (the IFPCNetworkRules interface retrieved in C++).
When an enterprise with central array management is deployed, an FPCNetworkRules collection is defined within each array and on the enterprise level.
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