AuditLog.GetAuditFlag Method
Retrieves the value for the specified audit flag.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim auditFlagName As String
Dim returnValue As Integer
returnValue = AuditLog.GetAuditFlag(auditFlagName)
Syntax
'Declaration
Public Shared Function GetAuditFlag ( _
auditFlagName As String _
) As Integer
public static int GetAuditFlag (
string auditFlagName
)
public:
static int GetAuditFlag (
String^ auditFlagName
)
public static int GetAuditFlag (
String auditFlagName
)
public static function GetAuditFlag (
auditFlagName : String
) : int
Parameters
- auditFlagName
Specifies the arbitrary audit flag identifier
Return Value
Flag value (0 = logging off, 1 = logging on
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AuditLog Class
AuditLog Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.