Share via


NoNamespace.modelId Field

Definition

Represents the modelId XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cxn, pt, sp.
  • corresponds to the following strongly-typed properties: Connection.ModelId, Point.ModelId, Shape.ModelId.

Applies to