ParameterTypeEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the data type of a parameter.
public enum class ParameterTypeEnum
public enum ParameterTypeEnum
type ParameterTypeEnum =
Public Enum ParameterTypeEnum
- Inheritance
-
ParameterTypeEnum
Fields
Name | Value | Description |
---|---|---|
Boolean | 0 | Specifies a true or false condition. |
DateTime | 1 | Specifies the date and time. |
Integer | 2 | An |
Float | 3 | Specifies a floating point decimal value. |
String | 4 | Specifies an array of characters. |