Gets and sets the Log of the object.
[Visual Basic] Public Property Log As ILog [C#] public ILog Log { get; set; } [C++] public: __property ILog* get_Log(); public: __property void set_Log(ILog* ); [JScript] public function get Log() : ILog public function set Log(ILog);
UtilitySetAccess Class | Okapi.Library.Utility Namespace