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