Share via


NoNamespace.encoding Field

Definition

Represents the encoding XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: annotation, annotationXML, webPr.
  • corresponds to the following strongly-typed properties: Annotation.Encoding, AnnotationXml.Encoding, WebProperties.Encoding.

Applies to