Xceed .NET Libraries Documentation
Items Property (ProgramGroup)


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > ProgramGroup Class : Items Property
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

Reference

ProgramGroup Class
ProgramGroup Members