Share via


IFPCPathMapping::ExternalPath property

Applies to: desktop apps only

The ExternalPath property gets the external path for the mapping. The external path is the public path used by a user when requesting the Web site. This property is ignored if the SameAsInternalPath property is set to True (VARIANT_TRUE in C++).

This property is read-only.

Syntax

HRESULT get_ExternalPath(
  BSTR *pbstrExternalPath
);
' Data type: String

Property ExternalPath( _
  ByVal pbstrExternalPath As BSTR _
) As String

Property value

String value that specifies the external 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++).

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