Share via


IContentTypeDefinition.BaseDefinitions Property

Definition

The case-insensitive names of the base types of the content type. May be of zero length.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ BaseDefinitions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> BaseDefinitions { get; }
member this.BaseDefinitions : seq<string>
Public ReadOnly Property BaseDefinitions As IEnumerable(Of String)

Property Value

The case-insensitive names of the base types of the content type. This value may be of zero length.

Applies to