IContentTypeMetadata.ContentTypes 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.
List of declared content types.
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ ContentTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ContentTypes { get; }
member this.ContentTypes : seq<string>
Public ReadOnly Property ContentTypes As IEnumerable(Of String)