LiquidTechnologies.XmlObjects Namespace / ILxNillable Interface / IsNil Property

In This Topic
    IsNil Property (ILxNillable)
    In This Topic
    Indicates 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.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsNil As System.Boolean
    System.bool IsNil {get;}
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also