Returns a value indicating whether the audit trailing is disabled for the specified data store.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Visual Basic |
---|
Public Function EnableAudit ( _
dataStoreName As String _
) As Boolean |
Visual C++ |
---|
public:
bool EnableAudit(
String^ dataStoreName
) |
Return Value
A value indicating whether the audit trailing is disabled for the specified data store.
See Also