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

Returns a string that can persist a complex property of a control.

[Visual Basic]
Overloads Public Shared Function PersistComplexProperty( _
   ByVal persistMode As PersistenceMode, _
   ByVal component As Object, _
   ByVal propDesc As PropertyDescriptor, _
   ByVal wfdServices As IWebFormServices _
) As String
[C#]
public static string PersistComplexProperty(
   PersistenceMode persistMode,
   object component,
   PropertyDescriptor propDesc,
   IWebFormServices wfdServices
);
[C++]
public: static String* PersistComplexProperty(
   PersistenceMode persistMode,
   Object* component,
   PropertyDescriptor* propDesc,
   IWebFormServices* wfdServices
);
[JScript]
public static function PersistComplexProperty(
   persistMode : PersistenceMode,
   component : Object,
   propDesc : PropertyDescriptor,
   wfdServices : IWebFormServices
) : String;

Parameters

persistMode
The persistance mode to use.
component
[To be supplied.]
propDesc
[To be supplied.]
wfdServices
The services interface exposed by the Web Forms designer.

Return Value

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

See Also

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