Public Property IsLoop As Boolean
Private _IsLoop As Boolean Public Property IsLoop As Boolean Get Return _IsLoop End Get Set(ByVal value As Boolean) _IsLoop = value End Set End Property