Share via


NoNamespace.disabled Field

Definition

Represents the disabled XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: commentPr, controlPr, objectPr.
  • corresponds to the following strongly-typed properties: CommentProperties.Disabled, ControlProperties.Disabled, EmbeddedObjectProperties.Disabled.

Applies to