Selerix Developer Tools
Item Property (NoteCollection)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > NoteCollection Class : Item Property
Gets the Note with the specified subject type.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal subjectType As SubjectType _
) As Note
'Usage
 
Dim instance As NoteCollection
Dim subjectType As SubjectType
Dim value As Note
 
value = instance.Item(subjectType)
public new Note this[ 
   SubjectType subjectType
]; {get;}
public  this: : Note;[ 
    subjectType: SubjectType
]; read-only
public hide  this[ 
   subjectType : SubjectType
] get : Note
public: __property new Note* get_Item   SubjectType subjectType
;
public:
new property Note^ default [SubjectType] {
   Note^ get(SubjectType subjectType);
}

Parameters

subjectType
See Also

Reference

NoteCollection Class
NoteCollection Members