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