Share via


NoNamespace.helperText Field

Definition

Represents the helperText XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: group, taskFormGroup, taskGroup.
  • corresponds to the following strongly-typed properties: BackstageGroup.HelperText, TaskFormGroup.HelperText, TaskGroup.HelperText.

Applies to