Share via


NoNamespace.getAltText Field

Definition

Represents the getAltText XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: imageControl.
  • corresponds to the following strongly-typed properties: ImageControl.GetAltText.

Applies to