Share via


IFPCPathMapping::SameAsInternalPath property

Applies to: desktop apps only

The SameAsInternalPath property gets a Boolean value that indicates whether the external path is the same as the internal path. The external path is the public path used by users when sending incoming requests, and the internal path is the private path to the published subdirectory on the Web server.

This property is read-only.

Syntax

HRESULT get_SameAsInternalPath(
  VARIANT_BOOL *pfSameAsInternalPath
);
' Data type: Boolean

Property SameAsInternalPath( _
  ByVal pfSameAsInternalPath As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether the external path is the same as the internal path.

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. It is set when the object is created by using the Add method of the FPCPathMappings collection (IFPCPathMapping interface in C++).

When this property is set to True (VARIANT_TRUE in C++), the ExternalPath property is ignored.

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

FPCPathMapping

 

 

Build date: 7/12/2010