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

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;

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 string properties.

See Also

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