SPRestrictedObjectModel.RestrictedTypes Property

The restricted object types.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property RestrictedTypes As SPObjectModelTypeCollection
    Get
'Usage
Dim instance As SPRestrictedObjectModel
Dim value As SPObjectModelTypeCollection

value = instance.RestrictedTypes
public SPObjectModelTypeCollection RestrictedTypes { get; }

Property Value

Type: Microsoft.SharePoint.Administration.SPObjectModelTypeCollection
A SPObjectModelTypeCollection of the restricted types.

See Also

Reference

SPRestrictedObjectModel Class

SPRestrictedObjectModel Members

Microsoft.SharePoint.Administration Namespace