Gets or sets the selected action.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SelectedAction As SourceCode.Workflow.Common.SharePoint.Document.ActionTypes
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DocumentWizardDefinition
Dim value As SourceCode.Workflow.Common.SharePoint.Document.ActionTypes
instance.SelectedAction = value
value = instance.SelectedAction
|
C# | |
---|
public SourceCode.Workflow.Common.SharePoint.Document.ActionTypes SelectedAction {get; set;}
|
C++/CLI | |
---|
public:
property SourceCode.Workflow.Common.SharePoint.Document.ActionTypes SelectedAction {
SourceCode.Workflow.Common.SharePoint.Document.ActionTypes get();
void set ( SourceCode.Workflow.Common.SharePoint.Document.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