Share via


OrdinalEvent.Ordinal Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the ordinal value.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property Ordinal As Long
    Get
    Protected Set
'Usage
Dim instance As OrdinalEvent
Dim value As Long

value = instance.Ordinal

instance.Ordinal = value
public long Ordinal { get; protected set; }
public:
property long long Ordinal {
    long long get ();
    protected: void set (long long value);
}
member Ordinal : int64 with get, set
function get Ordinal () : long
protected function set Ordinal (value : long)

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

OrdinalEvent Class

OrdinalEvent Members

Microsoft.VisualStudio.TraceLog Namespace