Gets or sets the details collection. These are usually accessed using the e.g. item["Detailname"]. This is a place to store content data.
| C# | Visual Basic | Visual C++ |
public virtual IDictionary<string, ContentDetail> Details{ get; set;}
Public Overridable Property Details As IDictionary(Of String, ContentDetail)
public: virtual property IDictionary<String^, ContentDetail^>^ Details { IDictionary<String^, ContentDetail^>^ get (); void set (IDictionary<String^, ContentDetail^>^ value); }