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