Share

ModelState.Name Property

Parent Object: ModelState

Description

Read-write property that gets and sets the name of the ModelState. When setting the name, the name must be unique with respect to all other ModelState objects in the document, or an error will occur. Setting this property returns an error if this is a built-in.

Syntax

ModelState.Name() As String

Property Value

This is a read/write property whose value is a String.

Version

Introduced in version 2022

Was this information helpful?