Timing.RepeatCount Property
Sets or returns the number of times to repeat an animation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RepeatCount As Integer
Get
Set
'Usage
Dim instance As Timing
Dim value As Integer
value = instance.RepeatCount
instance.RepeatCount = value
int RepeatCount { get; set; }
Property Value
Type: System.Int32