Share via


NoNamespace.objId Field

Definition

Represents the objId XML attributes.

public static readonly System.Xml.Linq.XName objId;
 staticval mutable objId : System.Xml.Linq.XName
Public Shared ReadOnly objId As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: nullEvt, seekEvt, triggerEvt.
  • corresponds to the following strongly-typed properties: NullEventRecord.ObjectId, SeekEventRecord.ObjectId, TriggerEventRecord.ObjectId.

Applies to