'Declaration Protected ReadOnly Property Log As INameLog
'Declaration
Protected ReadOnly Property Log As INameLog
'Usage Dim instance As ActionHandler Dim value As INameLog value = instance.Log
'Usage
Dim instance As ActionHandler Dim value As INameLog value = instance.Log
protected INameLog Log {get;}
protected read-only property Log: INameLog;
protected function get Log : INameLog
protected: __property INameLog* get_Log();
protected: property INameLog^ Log { INameLog^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
ActionHandler Class ActionHandler Members