SPPolicyStore.GetPolicyAssociations(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.CompliancePolicy.SPPolicyAssociation> GetPolicyAssociations (int scenario, int workload);
member this.GetPolicyAssociations : int * int -> Microsoft.SharePoint.Client.ClientObjectList<Microsoft.SharePoint.Client.CompliancePolicy.SPPolicyAssociation>
Public Function GetPolicyAssociations (scenario As Integer, workload As Integer) As ClientObjectList(Of SPPolicyAssociation)
Parameters
- scenario
- Int32
- workload
- Int32
Returns
- Attributes