Click or drag to resize

HpsvServiceInfoEndpoints.Item Property

Allows to get Virtual Service Endpoint HpsvServiceInfoEndpoint

Namespace:  HP.SV.DotNetRuleApi
Assembly:  HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
public HpsvServiceInfoEndpoint this[
	int index
] { get; }

Parameters

index
Type: System.Int32
zero based index based on the ordering within Data Model

Return Value

Type: HpsvServiceInfoEndpoint
Virtual Service Endpoint
See Also