Share via


NoNamespace.providerId Field

Definition

Represents the providerId XML attributes.

public static readonly System.Xml.Linq.XName providerId;
 staticval mutable providerId : System.Xml.Linq.XName
Public Shared ReadOnly providerId 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.ProviderId, Person.ProviderId, PresenceInfo.ProviderId.

Applies to