Gets the Integer data associated with a TraceEventArgs object.
Public ReadOnly Property IntegerData As Long Get
Dim instance As TraceEventArgs Dim value As Long value = instance.IntegerData
public long IntegerData { get; }
public: property long long IntegerData { long long get (); }
member IntegerData : int64
function get IntegerData () : long