ServerUtils.UnauthorizedAccessDetected property

Determines whether an access exception has occurred.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Property UnauthorizedAccessDetected As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = ServerUtils.UnauthorizedAccessDetected

ServerUtils.UnauthorizedAccessDetected = value
public static bool UnauthorizedAccessDetected { get; set; }

Property value

Type: System.Boolean

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace