SelectedAction Property
See Also 
SourceCode.Workflow.Design.SharePoint.ListItems Namespace > ListItemWizardDefinition Class : SelectedAction Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Property SelectedAction As SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes
Visual Basic (Usage) Copy Code
Dim instance As ListItemWizardDefinition
Dim value As SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes
 
instance.SelectedAction = value
 
value = instance.SelectedAction
C#  
public SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes SelectedAction {get; set;}
C++/CLI  
public:
property SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes SelectedAction {
   SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes get();
   void set (    SourceCode.Workflow.Common.SharePoint.ListItem.ActionTypes value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also