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 or sets the content type the policy is set to.
Namespace: Microsoft.Office.RecordsManagement.InformationPolicy
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public MustOverride Property ContentType As SPContentType
Get
Set
'Usage
Dim instance As CustomSettingsControl
Dim value As SPContentType
value = instance.ContentType
instance.ContentType = value
public abstract SPContentType ContentType { get; set; }
Property Value
Type: Microsoft.SharePoint.SPContentType
The content type.
See Also
Reference
Microsoft.Office.RecordsManagement.InformationPolicy Namespace