NotNullOrEmptyCollectionAttributeIsValid Method | |
Determines whether the specified value of the object is valid.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public override bool IsValid(
Object value
)
Parameters
- value
- Type: SystemObject
The value of the object to validate.
Return Value
Type:
Boolean if the specified value is valid; otherwise,
.
See Also