Player.CurrentPosition Property
Gets or sets a 64-bit signed integer that represents the current position of the player in the media. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property CurrentPosition As Integer
Get
Set
'Usage
Dim instance As Player
Dim value As Integer
value = instance.CurrentPosition
instance.CurrentPosition = value
int CurrentPosition { get; set; }
Property Value
Type: System.Int32