'Declaration
<NotNullAttribute()> Public Overloads Shared Function CreateIn( _ ByVal parentDataVariable As UADataVariable, _ ByVal name As String _ ) As UADataVariable
'Usage
Dim parentDataVariable As UADataVariable Dim name As String Dim value As UADataVariable value = UADataVariable.CreateIn(parentDataVariable, name)
[NotNull()] public static UADataVariable CreateIn( UADataVariable parentDataVariable, string name )
[NotNull()] public: static UADataVariable^ CreateIn( UADataVariable^ parentDataVariable, String^ name )
Parameters
- parentDataVariable
- The parent data variable in which the new data variable will be placed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - name
- The name of the data variable.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).