LogEntrySequenceId Property |
The unique identifier of log event which is automatically generated
and monotonously increasing.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int SequenceId { get; }
Public ReadOnly Property SequenceId As Integer
Get
public:
property int SequenceId {
int get ();
}
member SequenceId : int with get
Property Value
Type:
Int32
See Also