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