SharePointPermissionAttribute.UnsafeSaveOnGet Property
Gets or sets a value indicating whether saving to the Microsoft SharePoint Products and Technologies database is allowed during an HTTP-GET request.
Namespace: Microsoft.SharePoint.Security
Assembly: Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)
Syntax
'Declaration
Public Property UnsafeSaveOnGet As Boolean
Get
Set
'Usage
Dim instance As SharePointPermissionAttribute
Dim value As Boolean
value = instance.UnsafeSaveOnGet
instance.UnsafeSaveOnGet = value
public bool UnsafeSaveOnGet { get; set; }
Property Value
Type: System.Boolean
true if saving to the SharePoint database on an HTTP-GET request is allowed; otherwise, false.
See Also
Reference
SharePointPermissionAttribute Class