WorkflowViewState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class defining ViewStateManager and ViewStateId attached properties.
public ref class WorkflowViewState abstract sealed
public static class WorkflowViewState
type WorkflowViewState = class
Public Class WorkflowViewState
- Inheritance
-
WorkflowViewState
Fields
IdRefProperty |
Attachable property for IdRef. |
ViewStateManagerProperty |
Attachable property for ViewStateManager. |
Methods
GetIdRef(Object) |
Specifies a Get RefId attached property value from an object if set. |
GetViewStateManager(Object) |
Specifies a Get ViewStateManager attached property value from an object if set. |
SetIdRef(Object, String) |
Specifies a Set IdRef as an attached property of an object. |
SetViewStateManager(Object, ViewStateManager) |
Specifies a Set ViewStateManager as an attached property on an object. |