Microsoft Internet Security and Acceleration Server 2000

FPCDestination.SetDestinationAsSingleIP Method

Sets the host definition by stating its IP address.

VBScript Syntax[VBScript]

FPCDestination.SetDestinationAsSingleIP( sIpStr, sPath, )

C++ Syntax[C++]

HRESULT SetDestinationAsSingleIP(
  BSTR sIpStr,
  BSTR sPath
);

Parameters

sIpStr
Required. String that specifies the IP address in x.y.z.t format.
sPath
Optional. String that specifies the path property of the object.

Applies To

FPCDestination