Microsoft Internet Security and Acceleration Server 2004 SDK

SystemPolicyGroupId Property of IFPCPolicyRule[C++]

FPCPolicyRule.SystemPolicyGroupId [Visual Basic]

[C++]

The SystemPolicyGroupId property gets a value from the FpcSystemPolicyConfigGroupEnum enumerated type that identifies the system policy configuration group to which the rule belongs.

HRESULT get_SystemPolicyGroupId(
  FpcSystemPolicyConfigGroupEnum* pSystemPolicyConfigGroup
);

Parameters

pSystemPolicyConfigGroup
Pointer to a variable that on return receives a value from the FpcSystemPolicyConfigGroupEnum enumerated type that identifies the system policy configuration group to which the rule belongs.

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. Its default value is –1, which indicates that the rule is not a system policy rule.

[Visual Basic]

The SystemPolicyGroupId property gets a value from the FpcSystemPolicyConfigGroupEnum enumerated type that identifies the system policy configuration group to which the rule belongs.

Property SystemPolicyGroupId As FpcSystemPolicyConfigGroupEnum

Property Value

Value from the FpcSystemPolicyConfigGroupEnum enumerated type that identifies the system policy configuration group to which the rule belongs.

Remarks

This property is read-only. Its default value is –1, which indicates that the rule is not a system policy rule.

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

FPCPolicyRule