ContentTypes Property
Gets or sets the ContentTypes option.
This field should be one or more content types supported in the system.
Syntax
'Declaration Public Property ContentTypes As IEnumerable(Of String)
'Usage Dim instance As FilterOptions Dim value As IEnumerable(Of String) instance.ContentTypes = value value = instance.ContentTypes
public IEnumerable<string> ContentTypes {get; set;}
public: property IEnumerable<String^>^ ContentTypes { IEnumerable<String^>^ get(); void set ( IEnumerable<String^>^ value); }
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also