Click or drag to resize

HpsvObjectSetNotPresent Method

Sets value for property to not present.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public void SetNotPresent(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the property to check
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null.
See Also