JAMS Developer Guide
SpecificTypes Property


MVPSI.JAMS Namespace > DateType Class : SpecificTypes Property
Gets a list of SpecificTypes for this DateType.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlArrayItemAttribute(Type=MVPSI.JAMS.SpecificDateType, 
   ElementName="SpecificDateType", 
   IsNullable=True)>
Public ReadOnly Property SpecificTypes As SpecificDateTypeCollection
'Usage
 
Dim instance As DateType
Dim value As SpecificDateTypeCollection
 
value = instance.SpecificTypes
[System.Xml.Serialization.XmlArrayItem(Type=MVPSI.JAMS.SpecificDateType, 
   ElementName="SpecificDateType", 
   IsNullable=true)]
public SpecificDateTypeCollection SpecificTypes {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

DateType Class
DateType Members