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
Microsoft.Office.RecordsManagement.InformationPolicy Namespace