IFPCWebProxy2::ExplicitLinkTranslationMappings property
Applies to: desktop apps only
The ExplicitLinkTranslationMappings property gets an FPCExplicitLinkTranslationMappings collection that contains objects representing all the explicit link translation mappings defined in the array.
This property is read-only.
Syntax
HRESULT get_ExplicitLinkTranslationMappings(
IFPCExplicitLinkTranslationMappings **ppExplicitLinkTranslationMappings
);
' Data type: FPCExplicitLinkTranslationMappings
Property ExplicitLinkTranslationMappings( _
ByVal ppExplicitLinkTranslationMappings As IFPCExplicitLinkTranslationMappings _
) As FPCExplicitLinkTranslationMappings
Property value
Reference to an FPCExplicitLinkTranslationMappings collection that contains objects representing all the explicit link translation mappings defined in 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. Explicit link translation mappings can be added and removed by calling the Add and Remove methods of the FPCExplicitLinkTranslationMappings collection retrieved (the IFPCExplicitLinkTranslationMappings interface retrieved in C++).
After the collection of explicit link translation mappings has been modified, the changes must be written to persistent storage by calling the Save method, and the Microsoft Firewall service must be restarted for the changes to take effect. For more information about restarting the Firewall service to apply changes, see Restarting Services after Configuration Changes.
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