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.
Gets or sets a value indicating whether use of the SharePoint object model is allowed.
Namespace: Microsoft.SharePoint.Security
Assembly: Microsoft.SharePoint.Security (in Microsoft.SharePoint.Security.dll)
Syntax
'Declaration
Public Property ObjectModel As Boolean
Get
Set
'Usage
Dim instance As SharePointPermission
Dim value As Boolean
value = instance.ObjectModel
instance.ObjectModel = value
public bool ObjectModel { get; set; }
Property Value
Type: System.Boolean
true if object model use is allowed; otherwise, false.