LiquidTechnologies.XmlObjects Namespace / ILxNillable Interface

In This Topic
    ILxNillable Interface Properties
    In This Topic

    For a list of all members of this type, see ILxNillable members.

    Public Properties
     NameDescription
     PropertyIndicates whether the XML element is a nil.
    When true the attribute xsi:nil="true" is added to the element, and its contents (text and child nodes) are omitted. When false the element is written out complete with its content.  
     PropertyThe underlying value that will become the contents of the XML element when IsNil is false.  
    Top
    See Also