Allow for command logging.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowLogging() As Boolean |
[C#] |
---|
public bool AllowLogging {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowLogging(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowLogging( VARIANT_BOOL * pVal ); public: HRESULT put_AllowLogging( VARIANT_BOOL Val ); |
[Java] |
---|
public bool getAllowLogging(); public void setAllowLogging( bool ); |