'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function ValueType( _ ByVal dataVariable As UADataVariable, _ ByVal valueType As Type _ ) As UADataVariable
'Usage
Dim dataVariable As UADataVariable Dim valueType As Type Dim value As UADataVariable value = UADataVariableExtension.ValueType(dataVariable, valueType)
[Extension()] [NotNull()] public static UADataVariable ValueType( UADataVariable dataVariable, Type valueType )
[Extension()] [NotNull()] public: static UADataVariable^ ValueType( UADataVariable^ dataVariable, Type^ valueType )
Parameters
- dataVariable
- The data variable that will be modified and returned.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - valueType
- The type of the data variable, expressed as .NET System.Type.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).