Microsoft Internet Security and Acceleration Server 2000

FPCRef.Scope Property

Gets a value from the FpcItemScope enumerated type that specifies the scope of this object.

VBScript Syntax[VBScript]

[ ItemScope = ] FPCRef.Scope

C++ Syntax[C++]

HRESULT get_Scope(
  FpcItemScope *pItemScope
);

Parameters

ItemScope
Item scope. It can have a value of fpcArrayScope or fpcEnterpriseScope from the FpcItemScope enumerated type. The value will be fpcArrayScope for a standard edition server or stand-alone server.

The property is read-only.

Applies To

FPCRef