Selerix Developer Tools
Place Property (JournalEntry)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > JournalEntry Class : Place Property
Gets or sets the place.
Syntax
'Declaration
 
Public Overridable Property Place As String
'Usage
 
Dim instance As JournalEntry
Dim value As String
 
instance.Place = value
 
value = instance.Place
public virtual string Place {get; set;}
public read-write property Place: String; virtual; 
public function get,set Place : String
public: __property virtual string* get_Place();
public: __property virtual void set_Place( 
   string* value
);
public:
virtual property String^ Place {
   String^ get();
   void set (    String^ value);
}

Property Value

The place.
See Also

Reference

JournalEntry Class
JournalEntry Members