HpsvObject.IsNotPresent Method |  |
Checks if value for specified property is present or not.
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntaxpublic bool IsNotPresent(
string propertyName
)
Parameters
- propertyName
- Type: System.String
The name of the property to check
Return Value
Type:
BooleanTrue when not present, False otherwise
Exceptions
See Also