Gets or sets the notes.
            
            
            Syntax
            
            
            
            
            'Declaration
 
<XmlArrayAttribute("Notes")>
<XmlArrayItemAttribute(Type=Selerix.Foundation.Data.Note, ElementName="Note")>
<BOXmlObservableItemAttribute(Selerix.Foundation.Data.Note)>
<BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Notes", 
   Visible=True)>
Public Overridable Property Notes As NoteCollection
             
        
            
            'Usage
 
Dim instance As AbstractEntityObject
Dim value As NoteCollection
 
instance.Notes = value
 
value = instance.Notes
             
        
            
            [XmlArray("Notes")]
[XmlArrayItem(Type=Selerix.Foundation.Data.Note, ElementName="Note")]
[BOXmlObservableItem(Selerix.Foundation.Data.Note)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Notes", 
   Visible=true)]
public virtual NoteCollection Notes {get; set;}
             
        
            
            public read-write property Notes: NoteCollection; virtual; 
             
        
            
            XmlArrayAttribute("Notes")
XmlArrayItemAttribute(Type=Selerix.Foundation.Data.Note, ElementName="Note")
BOXmlObservableItemAttribute(Selerix.Foundation.Data.Note)
BOXmlListObservableItemAttribute(Mask="", 
   NodeName="Notes", 
   Visible=)
public function get,set Notes : NoteCollection
             
        
            
            [XmlArray("Notes")]
[XmlArrayItem(Type=Selerix.Foundation.Data.Note, ElementName="Note")]
[BOXmlObservableItem(Selerix.Foundation.Data.Note)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Notes", 
   Visible=true)]
public: __property virtual NoteCollection* get_Notes();
public: __property virtual void set_Notes( 
   NoteCollection* value
);
             
        
            
            [XmlArray("Notes")]
[XmlArrayItem(Type=Selerix.Foundation.Data.Note, ElementName="Note")]
[BOXmlObservableItem(Selerix.Foundation.Data.Note)]
[BOXmlListObservableItem(Mask="", 
   NodeName="Notes", 
   Visible=true)]
public:
virtual property NoteCollection^ Notes {
   NoteCollection^ get();
   void set (    NoteCollection^ value);
}
             
        
             
        
            
            
            Property Value
The notes.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also