SPWebService.RestrictedObjectModel property

The APIs that are not allowed to be called by client request.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property RestrictedObjectModel As SPRestrictedObjectModel
    Get
'Usage
Dim instance As SPWebService
Dim value As SPRestrictedObjectModel

value = instance.RestrictedObjectModel
public SPRestrictedObjectModel RestrictedObjectModel { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPRestrictedObjectModel
Returns SPRestrictedObjectModel.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace