Share

ModelState.Copy Method

Parent Object: ModelState

Description

Method that creates a copy of the ModelState. The new created ModelState is returned.

Syntax

ModelState.Copy( [NewName] As String ) As ModelState

Parameters

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 "".

Version

Introduced in version 2022

Was this information helpful?