ContentTypes Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Property ContentTypes As IEnumerable(Of String)
public IEnumerable<string> ContentTypes {get; set;}
public:
property IEnumerable<String^>^ ContentTypes {
IEnumerable<String^>^ get();
void set ( IEnumerable<String^>^ value);
}