HpsvObjectIsNil Method | |
Checks if value for specified property is Nil.
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax public bool IsNil(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The name of the property to check
Return Value
Type:
BooleanTrue when Nil, False otherwise
Exceptions See Also