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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.