HpsvObject.Item 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
Syntaxpublic virtual Object this[
string propertyName
] { get; set; }
Parameters
- propertyName
- Type: System.String
The property to get or set.
Return Value
Type:
ObjectThe value at the specified name or null when the value is not present.
Exceptions
See Also