Click or drag to resize

SliderSlideNumber Property

Number of the slide in the slides collection (starting from 1).

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public int Number { get; }

Property Value

Type: Int32
Remarks

This value shall never change through object lifetime.

At any given point there shall never be two or more available slides with the same number. However, after all slides are removed the numbering might be reset. Currently all slides are removed e.g. when presenter changes.

See Also