Microsoft Internet Security and Acceleration Server 2000

FPCDestination.SetDestinationAsDomain Method

Sets the host definition by stating a host name.

VBScript Syntax[VBScript]

FPCDestination.SetDestinationAsDomain( sDomain, sPath )

C++ Syntax[C++]

HRESULT SetDestinationAsDomain(
  BSTR sDomain, 
  BSTR sPath
);

Parameters

sDomain
Required. String that specifies the domain to be used.
sPath
Optional. String that specifies the path to be used.

Applies To

FPCDestination