ISequence Interface

Provides access to members that request sequence properties.

Members

Name Description
Read-only property CurrentValue The current value of the sequence.
Read-only property IncrementValue The increment value of the sequence.
Read-only property Name The name of the sequence.
Read-only property StartValue The start value of the sequence.

ISequence.CurrentValue Property

The current value of the sequence.

Public ReadOnly Property CurrentValue As Integer
public int CurrentValue {get;}

ISequence.IncrementValue Property

The increment value of the sequence.

Public ReadOnly Property IncrementValue As Integer
public int IncrementValue {get;}

ISequence.Name Property

The name of the sequence.

Public ReadOnly Property Name As String
public string Name {get;}

ISequence.StartValue Property

The start value of the sequence.

Public ReadOnly Property StartValue As Integer
public int StartValue {get;}

Classes that implement ISequence

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.