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