The PolicyAssignment property gets an FPCPolicyAssignment object that specifies the enterprise policy assigned to the array and the types of policy rules that may be created in the array policy. In particular, properties of the FPCPolicyAssignment object specify whether the following types of policy rules may be created in the array policy:
HRESULT get_PolicyAssignment( IFPCEEPolicyAssignment** ppPolicyAssignment );
Address of an interface pointer that on return points to the IFPCEEPolicyAssignment interface that specifies the enterprise policy assigned to the array and the types of policy rules that may be created in the array policy.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property PolicyAssignment As FPCPolicyAssignment
Reference to the FPCPolicyAssignment object for the array.
This property is read-only. The enterprise policy that is assigned to the array and the types of policy rules that may be created in the array policy can be modified by calling the SetEnterprisePolicy method and the properties of the FPCPolicyAssignment object retrieved (the IFPCEEPolicyAssignment interface retrieved in C++).
A predefined enterprise policy, called Default Policy, is assigned to each array when it is created.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.