Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.URL Property

Gets or sets the URL to be downloaded.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.URL [ = sURL ]

C++ Syntax[C++]

HRESULT get_URL(
  BSTR *psURL
);
 
HRESULT put_URL(
  BSTR sURL
);

Parameters

sURL
String that specifies the URL to be downloaded.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig