Public ReadOnly Property ContentType As SPContentType
Dim instance As SPListItem Dim value As SPContentType value = instance.ContentType
public SPContentType ContentType { get; }