Share via


VT.null Field

Definition

Represents the vt:null XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: property, variant.
  • corresponds to the following strongly-typed classes: VTNull.

Applies to