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 specified information policy resource type.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As PolicyResourceType
Get
'Usage
Dim instance As PolicyResourceTypeCollection
Dim index As Integer
Dim value As PolicyResourceType
value = instance(index)
public PolicyResourceType this[
int index
] { get; }
Parameters
index
Type: System.Int32The index of the policy resource type in the collection.
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyResourceType
A PolicyResourceType object that represents the policy resource.
See Also
Reference
PolicyResourceTypeCollection Class
PolicyResourceTypeCollection Members
Microsoft.Office.RecordsManagement.InformationPolicy Namespace