Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether applications can write data to the repository without using form POST operations.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public Shared Property AllowUnsafeUpdates As Boolean
Get
Set
'Usage
Dim value As Boolean
value = ServerUtils.AllowUnsafeUpdates
ServerUtils.AllowUnsafeUpdates = value
public static bool AllowUnsafeUpdates { get; set; }
Property Value
Type: System.Boolean
true to enable applications to write data to the repository without using form POST operations; otherwise, false.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon Namespace