InteractionTrackerRequestIgnoredArgs.RequestId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ID of the request that triggered the callback.
public:
property int RequestId { int get(); };
int RequestId();
public int RequestId { get; }
var int32 = interactionTrackerRequestIgnoredArgs.requestId;
Public ReadOnly Property RequestId As Integer
Property Value
Int32
int
The ID of the request that triggered the callback.