Microsoft Internet Security and Acceleration Server 2000

FPCContentGroups.Add Method

Creates a new FPCContentGroup object in the collection and returns a reference to it.

VBScript Syntax[VBScript]

[ oFPCContentGroup = ] FPCContentGroups.Add( sName )

C++ Syntax[C++]

HRESULT Add(
  BSTR sName, 
  IFPCContentGroup **ppoFPCContentGroup
);

Parameters

sName
Required. String that specifies the name of the new destination set.

Return Value

oFPCContentGroup
Reference to an FPCContentGroup object.

Applies To

FPCContentGroups

See Also

FPCContentGroup