Gets or sets the content model types that content in this section or property must have. Types must implement the interface.

public IEnumerable<Type> ContentTypes { get; set; }
Type:
IEnumerable<Type>
In this article