Content category names from meta tag.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string[] MetaContentNames { get; set; }
Public Property MetaContentNames As String()
public: property array<String^>^ MetaContentNames { array<String^>^ get (); void set (array<String^>^ value); }