Share via


DS.itemID Field

Definition

Represents the ds:itemID XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: datastoreItem.
  • corresponds to the following strongly-typed properties: DataStoreItem.ItemId.

Applies to