Microsoft Internet Security and Acceleration Server 2000

FPCScheduledContentDownloadConfig.Name Property

Gets or sets the name of the FPCScheduledContentDownloadConfig object.

VBScript Syntax[VBScript]

FPCScheduledContentDownloadConfig.Name [ = sName ]

C++ Syntax[C++]

HRESULT get_Name(
  BSTR *psName
);
 
HRESULT put_Name(
  BSTR sName
);

Parameters

sName
String that specifies the name of the FPCScheduledContentDownloadConfig object.

The property is read-write.

Applies To

FPCScheduledContentDownloadConfig