PolicyResourceCollection.Delete Method
Deletes the specified information policy resource.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Sub Delete ( _
Id As String _
)
'Usage
Dim Id As String
PolicyResourceCollection.Delete(Id)
public static void Delete(
string Id
)
Parameters
- Id
Type: System.String
The ID of the policy resource to delete.
Remarks
Use the Id property of the PolicyResource object to return the policy feature's ID.
See Also
Reference
PolicyResourceCollection Class
PolicyResourceCollection Members
Microsoft.Office.RecordsManagement.InformationPolicy Namespace