MailDefinition.IStateManager.SaveViewState Method ()

 
Use BaseTrue

Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Private Function SaveViewState As Object
	Implements IStateManager.SaveViewState

Return Value

Type: System.Object

The server control's current view state.

This member is an explicit interface member implementation. It can be used only when the MailDefinition instance is cast to an IStateManager interface.

.NET Framework
Available since 2.0
Return to top
Show: