IContentTypeMetadata.ContentTypes Property

Definition

Gets the list of ContentType attribute values declared.

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)

Property Value

Applies to