Share via


X.users Field

Definition

Represents the x:users XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following child XML elements: userInfo.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: Users.

Applies to