SPClientCallableSettings.AnonymousRestrictedTypes property
Gets the restricted type information for anonymous users. If a method or property is defined as a restricted type, that method or property cannot be accessed by anonymous users.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AnonymousRestrictedTypes As SPObjectModelTypeCollection
Get
'Usage
Dim instance As SPClientCallableSettings
Dim value As SPObjectModelTypeCollection
value = instance.AnonymousRestrictedTypes
public SPObjectModelTypeCollection AnonymousRestrictedTypes { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPObjectModelTypeCollection
Restricted type information for anonymous users.
See also
Reference
SPClientCallableSettings class