OrdinalEvent.Ordinal Property

Gets or sets the ordinal value.

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

Syntax

'Declaration
Public Property Ordinal As Long
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: Int64

.NET Framework Security

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace