WorkflowParameterType Enumeration

System Center

Updated: April 25, 2012

[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
Dim instance As WorkflowParameterType

public enum class WorkflowParameterType
public enum WorkflowParameterType
public enum WorkflowParameterType

Member nameDescription
BooleanTypeSpecifies the Boolean type.
DateTimeTypeSpecifies the date and time type.
DecimalTypeSpecifies the decimal type.
DoubleTypeSpecifies the double type.
GuidTypeSpecifies the ID type.
IntTypeSpecifies the integer type.
StringTypeSpecifies the string type.
UIntTypeSpecifies the unsigned integer type.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: