Share via


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)
Available in Sandboxed Solutions: No

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

SPClientCallableSettings Members

Microsoft.SharePoint.Administration Namespace