Share via


CustomSettingsControl.ContentType property

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

CustomSettingsControl class

CustomSettingsControl members

Microsoft.Office.RecordsManagement.InformationPolicy namespace