JAMS Developer Guide
Items Property (SpecificDateTypeCollection)


MVPSI.JAMS Namespace > SpecificDateTypeCollection Class : Items Property
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Items As System.Collections.Generic.IList(Of SpecificDateType)
'Usage
 
Dim instance As SpecificDateTypeCollection
Dim value As System.Collections.Generic.IList(Of SpecificDateType)
 
value = instance.Items
[__DynamicallyInvokable()]
protected System.Collections.Generic.IList<SpecificDateType> Items {get;}
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

SpecificDateTypeCollection Class
SpecificDateTypeCollection Members