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.PersistCollectionProperty

Returns a string that can persist a collection property.

Overload List

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);

See Also

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