Click or drag to resize

HpsvObjectItem Property

Gets or sets the value associated with the property name.

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public virtual Object this[
	string propertyName
] { get; set; }

Parameters

propertyName
Type: SystemString
The property to get or set.

Return Value

Type: Object
The value at the specified name or null when the value is not present.
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null.
See Also