SelectedAction Property
See Also 
SourceCode.Workflow.Design.SharePoint.ListsAndLibraries Namespace > ListAndLibraryWizardDefinition Class : SelectedAction Property



Glossary Item Box

Gets or sets the selected action.

Syntax

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

Property Value

The selected action.

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