ContactPositionChangedEventArgs.EndPosition Property
Gets the end position of the contacts that have their positions changed. A value of -1 means that all contacts from the start position to the end of the collection have changed their positions.
Namespace: Microsoft.Lync.Model.Group
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property EndPosition As Integer
Get
'Usage
Dim instance As ContactPositionChangedEventArgs
Dim value As Integer
value = instance.EndPosition
public int EndPosition { get; }
Property Value
Type: System.Int32
See Also
Reference
ContactPositionChangedEventArgs Class