IValidationContextIsBeingSetNull Method |
Indicates if a property is being set null. Note that this does not detect if the property
already is null.
Namespace: Innovator.ServerAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntaxbool IsBeingSetNull(
string name
)
Function IsBeingSetNull (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Return Value
Type:
Boolean
See Also