ExplicitLinkTranslationMappings Property of IFPCWebProxy2[C++] | FPCWebProxy.ExplicitLinkTranslationMappings [Visual Basic]
The ExplicitLinkTranslationMappings property gets an FPCExplicitLinkTranslationMappings collection that contains objects representing all the explicit link translation mappings defined in the array. (This property is introduced in ISA Server 2006.)
HRESULT get_ExplicitLinkTranslationMappings( IFPCExplicitLinkTranslationMappings** ppExplicitLinkTranslationMappings );
Parameters
- ppExplicitLinkTranslationMappings
- Address of an interface pointer that on return points to an IFPCExplicitLinkTranslationMappings interface that represents the collection of all the explicit link translation mappings that are defined in the array.
Return Values
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 IFPCExplicitLinkTranslationMappings interface retrieved.
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.
This property is not available in ISA Server 2004.
The ExplicitLinkTranslationMappings property gets an FPCExplicitLinkTranslationMappings collection that contains objects representing all the explicit link translation mappings defined in the array. (This property is introduced in ISA Server 2006.)
Property ExplicitLinkTranslationMappings As FPCExplicitLinkTranslationMappings
Property Value
Reference to an FPCExplicitLinkTranslationMappings collection that contains objects representing all the explicit link translation mappings defined in the array.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.
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.
This property is not available in ISA Server 2004.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. |
| Version | Requires Internet Security and Acceleration Server 2006. |
| IDL | Declared in Msfpccom.idl. |
| DLL | Requires Msfpccom.dll. |