ModelState.Copy Method
Parent Object: ModelStateDescription
Method that creates a copy of the ModelState. The new created ModelState is returned.
Syntax
ModelState.Copy( [NewName] As String ) As ModelStateParameters
Name | Type | Description |
NewName | String | Optional input String that specify the name of the new ModelState. If not specified a default name will be used. This is an optional argument whose default value is "". |