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.PersistInnerProperties (Object, IWebFormServices)

Returns a string that can persist the inner properties of a control.

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

Parameters

component
The component to persist.
wfdServices
The services interface exposed by the Web Forms designer.

Return Value

A string that contains the persistable information about the inner properties of the control.

See Also

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