Microsoft Internet Security and Acceleration Server 2004 SDK

IncludeStatus Property of IFPCRef[C++]

FPCRef.IncludeStatus [Visual Basic]

[C++]

The IncludeStatus property gets a value from the FpcIncludeStatus enumerated type that specifies whether the referenced item is included in or excluded from a rule.

HRESULT get_IncludeStatus(
  FpcIncludeStatus* pIncludeStatus
);

Parameters

pIncludeStatus
Pointer to a variable that on return receives a value from the FpcIncludeStatus enumerated type specifying whether the referenced item is included in or excluded from the list of items to which a rule applies.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It is set by the call to the Add method of the FPCRefs collection that creates the object.

The value of this property is meaningless for items in some FPCRefs collections, such as the collection accessed through the SpecifiedProtocols property of the FPCAccessProperties object. Here the inclusion of the specified protocols in the rule, or their exclusion from the rule, is indicated by the ProtocolSelectionMethod property.

[Visual Basic]

The IncludeStatus property gets a value from the FpcIncludeStatus enumerated type that specifies whether the referenced item is included in or excluded from a rule.

Property IncludeStatus As FpcIncludeStatus

Property Value

Value from the FpcIncludeStatus enumerated type that specifies whether the referenced item is included in or excluded from the list of items to which a rule applies.

Remarks

This property is read-only. It is set by the call to the Add method of the FPCRefs collection that creates the object.

The value of this property is meaningless for items in some FPCRefs collections, such as the collection accessed through the SpecifiedProtocols property of the FPCAccessProperties object. Here the inclusion of the specified protocols in the rule, or their exclusion from the rule, is indicated by the ProtocolSelectionMethod property.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCRef