Share via


ServerGlobalResources.IsEnabled property

Gets or sets a Boolean value that indicates whether the server is enabled.

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

Syntax

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

value = ServerGlobalResources.IsEnabled

ServerGlobalResources.IsEnabled = value
public static bool IsEnabled { get; set; }

Property value

Type: System.Boolean
true if the correct string is returned; otherwise false.

See also

Reference

ServerGlobalResources class

ServerGlobalResources members

Microsoft.PerformancePoint.Scorecards namespace