Share via


PolicyFeature.Group property

Gets the policy feature group to which this policy feature belongs.

Namespace:  Microsoft.Office.RecordsManagement.InformationPolicy
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property Group As String
    Get
'Usage
Dim instance As PolicyFeature
Dim value As String

value = instance.Group
public string Group { get; }

Property value

Type: System.String
A string that represents the policy feature group to which this policy feature belongs.

Remarks

You can use policy feature groups to categorize policy features that provide similar functionality or services. Microsoft SharePoint Server 2010 uses policy feature groups to visually organize policy features on the policy item authoring pages.

See also

Reference

PolicyFeature class

PolicyFeature members

Microsoft.Office.RecordsManagement.InformationPolicy namespace