Returns a string that can persist a collection property.
Returns a string that can persist a collection property.
[Visual Basic] Overloads Public Shared Function PersistCollectionProperty(PersistenceMode, Object, PropertyDescriptor, IWebFormServices) As String
[C#] public static string PersistCollectionProperty(PersistenceMode, Object, PropertyDescriptor, IWebFormServices);
[C++] public: static String* PersistCollectionProperty(PersistenceMode, Object, PropertyDescriptor, IWebFormServices);
[JScript] public static function PersistCollectionProperty(PersistenceMode, Object, PropertyDescriptor, IWebFormServices) : String;
Persists a collection property.
[Visual Basic] Overloads Public Shared Sub PersistCollectionProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor, IWebFormServices)
[C#] public static void PersistCollectionProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor, IWebFormServices);
[C++] public: static void PersistCollectionProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor, IWebFormServices);
[JScript] public static function PersistCollectionProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor, IWebFormServices);
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace