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

Returns a string that can persist the properties of a string.

Overload List

Persists the properties of a string.

[Visual Basic] Overloads Public Shared Sub PersistStringProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor)
[C#] public static void PersistStringProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[C++] public: static void PersistStringProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);
[JScript] public static function PersistStringProperty(PersistenceMode, StringWriter, Object, PropertyDescriptor);

Returns a string that can persist the properties of a string.

[Visual Basic] Overloads Public Shared Function PersistStringProperty(PersistenceMode, Object, PropertyDescriptor) As String
[C#] public static string PersistStringProperty(PersistenceMode, Object, PropertyDescriptor);
[C++] public: static String* PersistStringProperty(PersistenceMode, Object, PropertyDescriptor);
[JScript] public static function PersistStringProperty(PersistenceMode, Object, PropertyDescriptor) : String;

See Also

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