Click or drag to resize

HpsvObjectIsNotPresent 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
Syntax
C#
public bool IsNotPresent(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property to check

Return Value

Type: Boolean
True when not present, False otherwise
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null.
See Also