Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / IsolatedFile Class / BatchUpdateable Property


In This Topic
    BatchUpdateable Property (IsolatedFile)
    In This Topic
    Gets the IBatchUpdateable implementation for this item.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property BatchUpdateable As IBatchUpdateable
    'Usage
     
    Dim instance As IsolatedFile
    Dim value As IBatchUpdateable
     
    value = instance.BatchUpdateable
    protected override IBatchUpdateable BatchUpdateable {get;}

    Property Value

    a null reference (Nothing in Visual Basic) since the IBatchUpdateable interface is not implemented.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also