Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of any resource types employed by this policy feature.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceTypes As PolicyResourceTypeCollection
Get
'Usage
Dim instance As PolicyFeature
Dim value As PolicyResourceTypeCollection
value = instance.ResourceTypes
public PolicyResourceTypeCollection ResourceTypes { get; }
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceTypeCollection
A PolicyResourceTypeCollection that represents the collection of any resource types employed by this policy feature.
Remarks
For more information, see Policy Resource Overview in SharePoint Server 2010 (ECM).
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace