Microsoft Internet Security and Acceleration Server 2000

FPCDestination.DomainName Property

Gets the destination host name; for example, "www.microsoft.com".

VBScript Syntax[VBScript]

[ sName = ] FPCDestination.DomainName

C++ Syntax[C++]

HRESULT get_DomainName(
  BSTR *psName
);

Parameters

sName
String that specifies the destination host name.

The property is read-only. It can be set by calling the SetDestinationAsDomain method.

Remarks

Use the following format when you specify a destination. The destination, path, and file name are not case sensitive.

Specify computer name, by using the fully qualified domain name (FQDN). For example, write destination.microsoft.com, and not //destination. The destination may begin with an asterisk (*).

To include a specific folder in the destination set: /Path/Folder_Name

To include all the files in a folder: /Path/Folder_Name/*

To select a specific file in a folder: /Path/Folder_Name/Filename

Applies To

FPCDestination