Selerix Developer Tools
Journal Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentSession Class : Journal Property
Gets or sets the enrollment session journal entry.
Syntax
'Declaration
 
<XmlArrayAttribute("Journal")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.JournalEntry, ElementName="JournalEntry")>
Public Overridable Property Journal As JournalEntryCollection
'Usage
 
Dim instance As EnrollmentSession
Dim value As JournalEntryCollection
 
instance.Journal = value
 
value = instance.Journal
[XmlArray("Journal")]
[XmlArrayItem(Type=Selerix.BusinessObjects.JournalEntry, ElementName="JournalEntry")]
public virtual JournalEntryCollection Journal {get; set;}
public read-write property Journal: JournalEntryCollection; virtual; 
XmlArrayAttribute("Journal")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.JournalEntry, ElementName="JournalEntry")
public function get,set Journal : JournalEntryCollection
[XmlArray("Journal")]
[XmlArrayItem(Type=Selerix.BusinessObjects.JournalEntry, ElementName="JournalEntry")]
public: __property virtual JournalEntryCollection* get_Journal();
public: __property virtual void set_Journal( 
   JournalEntryCollection* value
);
[XmlArray("Journal")]
[XmlArrayItem(Type=Selerix.BusinessObjects.JournalEntry, ElementName="JournalEntry")]
public:
virtual property JournalEntryCollection^ Journal {
   JournalEntryCollection^ get();
   void set (    JournalEntryCollection^ value);
}

Property Value

the journal entry
See Also

Reference

EnrollmentSession Class
EnrollmentSession Members