AutoNumberConstraintTMaster, TDetailIncrement Property |
Gets the number increment for subsequent line numbers.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic int Increment { get; }
Public ReadOnly Property Increment As Integer
Get
public:
property int Increment {
int get ();
}
member Increment : int with get
Property Value
Type:
Int32
See Also