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: 5.6.0.9999-localBuild
Syntax
C#
public IEnumerable<KeyValuePair<string, Object>> GetAllProperties()

Return Value

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