Share via


NoNamespace.userId Field

Definition

Represents the userId XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: presenceInfo, author, person.
  • corresponds to the following strongly-typed properties: Author.UserId, Person.UserId, PresenceInfo.UserId.

Applies to