JAMS Developer Guide
PropertyValueCollection Class
Members 


MVPSI.JAMS Namespace : PropertyValueCollection Class
A PropertyValueCollection is the set of properties for a specific object. Many JAMS objects are dynamic, the properties that they contain can change without changing any code. This class is used to support that.
Object Model
PropertyValueCollection Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Runtime.Serialization.DataContractAttribute()>
Public Class PropertyValueCollection 
'Usage
 
Dim instance As PropertyValueCollection
[System.Reflection.DefaultMember("Item")]
[System.Runtime.Serialization.DataContract()]
public class PropertyValueCollection 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.PropertyValueCollection

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

PropertyValueCollection Members
MVPSI.JAMS Namespace