LiquidTechnologies.XmlObjects Namespace / LxNillable<T> Class / IsNil Property

In This Topic
    IsNil Property (LxNillable<T>)
    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
     
    
    Public Property IsNil As System.Boolean
    public System.bool IsNil {get; set;}
    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