OrdinalEvent.Ordinal Property

Gets or sets the ordinal value.

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

Syntax

'Declaration
Public Property Ordinal As Long
    Get
    Protected Set
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

Microsoft.VisualStudio.IntelliTrace Namespace