NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WebControlPersister.PersistComplexProperty

Returns a string that can persist a complex property of a control.

Overload List

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;

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace