Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / ProgramGroup Class / Items Property


In This Topic
    Items Property (ProgramGroup)
    In This Topic
    Gets a list of the program group items contained within the program group.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As ProgramGroupItemList
    'Usage
     
    Dim instance As ProgramGroup
    Dim value As ProgramGroupItemList
     
    value = instance.Items
    public ProgramGroupItemList Items {get;}

    Property Value

    A reference to a ProgramGroupItemList containing a list of all the items contained within the program group.
    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