IContentTypeDefinition.BaseDefinitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.