public Action<Exception> LogExceptionFunction { get; set; }
Public Property LogExceptionFunction As Action(Of Exception) Get Set
public: virtual property Action<Exception^>^ LogExceptionFunction { Action<Exception^>^ get () sealed; void set (Action<Exception^>^ value) sealed; }
abstract LogExceptionFunction : Action<Exception> with get, set override LogExceptionFunction : Action<Exception> with get, set
function get_LogExceptionFunction(); function set_LogExceptionFunction(value);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.