[This is preliminary documentation and is subject to change.]

Logs the login attempts in the windows NT/2000/XP event log, possible values are: OffAudit logging is offLevel1Only failed login attempts are loggedLevel2Failed and successful login attempts are loggedOnSame as level2

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string AuditLogging { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property AuditLogging As String
Visual C++
public:
static property String^ AuditLogging {
	String^ get ();
}

See Also