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