DataPA Enterprise Dashboard Controls API Reference
Returns a value that indicates if the Server Security is locked by the current user.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public bool IsServerSecurityLockValid(
	ref string UserName = "",
	ref string Details = "",
	ref string DateTime = "",
	string Guid = ""
)
Visual Basic
Public Function IsServerSecurityLockValid ( 
	Optional ByRef UserName As String = "",
	Optional ByRef Details As String = "",
	Optional ByRef DateTime As String = "",
	Optional Guid As String = ""
) As Boolean
Visual C++
public:
virtual bool IsServerSecurityLockValid(
	String^% UserName = L"", 
	String^% Details = L"", 
	String^% DateTime = L"", 
	String^ Guid = L""
) sealed

Parameters

UserName (Optional)
Type: System..::..String%
The username
Details (Optional)
Type: System..::..String%
The details
DateTime (Optional)
Type: System..::..String%
The date and time
Guid (Optional)
Type: System..::..String

Return Value

Type: Boolean
True if the Server Security is locked by the current user.

Remarks