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 feature.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
Id As String _
) As PolicyFeature
Get
'Usage
Dim instance As PolicyFeatureCollection
Dim Id As String
Dim value As PolicyFeature
value = instance(Id)
public PolicyFeature this[
string Id
] { get; }
Parameters
Id
Type: System.StringThe ID of the policy feature to return.
Property Value
Type: Microsoft.Office.RecordsManagement.InformationPolicy.PolicyFeature
A PolicyFeature object that represents the information policy.
Remarks
Use the Id property of the PolicyFeature object to return the policy feature's ID.
See Also
Reference
PolicyFeatureCollection Members
Microsoft.Office.RecordsManagement.InformationPolicy Namespace