Click or drag to resize

HpsvObjectSetNil Method

Sets value for property to Nil.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.00
Syntax
C#
public void SetNil(
	string propertyName
)

Parameters

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