[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Specifies the workflow parameter types. Namespace: Microsoft.EnterpriseManagement.Subscriptions
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As WorkflowParameterType

Syntax

Visual Basic
Public Enumeration WorkflowParameterType
C#
public enum WorkflowParameterType
C++
public enum class WorkflowParameterType
J#
public enum WorkflowParameterType
JScript
public enum WorkflowParameterType

Members

Member name Description
BooleanType Specifies the Boolean type.
DateTimeType Specifies the date and time type.
DecimalType Specifies the decimal type.
DoubleType Specifies the double type.
GuidType Specifies the ID type.
IntType Specifies the integer type.
StringType Specifies the string type.
UIntType Specifies the unsigned integer type.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also