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.PersistTemplateProperty (PersistenceMode, Object, PropertyDescriptor)

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;

Parameters

persistMode
The persistance mode to use.
component
[To be supplied.]
propDesc
[To be supplied.]

Return Value

A string that contains the persistable information about the template property.

See Also

WebControlPersister Class | WebControlPersister Members | System.Web.UI.Design Namespace | WebControlPersister.PersistTemplateProperty Overload List