Click or drag to resize

HpsvObjectGetAllProperties Method

Gets all available properties

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 6.0.0.72-
Syntax
C#
public IEnumerable<KeyValuePair<string, Object>> GetAllProperties()

Return Value

Type: IEnumerableKeyValuePairString, Object
The name/value pairs
See Also