OrdinalEvent.Ordinal Property
Gets or sets the ordinal value.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
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
- 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.