RepeatBehaviorHelper.Forever Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a static RepeatBehavior that represents the special "Forever" value. C# and Microsoft Visual Basic code should use Forever instead.
static RepeatBehavior Forever();
public static RepeatBehavior Forever { get; }
var repeatBehavior = RepeatBehaviorHelper.forever;
Public Shared ReadOnly Property Forever As RepeatBehavior
Property Value
A static RepeatBehavior that represents the special "Forever" value.