Click or drag to resize
IValidationContextIsBeingSetNull Method
Indicates if a property is being set null. Note that this does not detect if the property already is null.

Namespace: Innovator.Server
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
bool IsBeingSetNull(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
See Also