Returns a string that can persist the properties of a string.
[Visual Basic] Overloads Public Shared Function PersistStringProperty( _ ByVal persistMode As PersistenceMode, _ ByVal component As Object, _ ByVal propDesc As PropertyDescriptor _ ) As String [C#] public static string PersistStringProperty( PersistenceMode persistMode, object component, PropertyDescriptor propDesc ); [C++] public: static String* PersistStringProperty( PersistenceMode persistMode, Object* component, PropertyDescriptor* propDesc ); [JScript] public static function PersistStringProperty( persistMode : PersistenceMode, component : Object, propDesc : PropertyDescriptor ) : String;
A string that contains the persistable information about the string properties.
WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistStringProperty Overload List