共用方式為


SPClientCallableSettings.AnonymousRestrictedTypes property

取得匿名使用者的限制的類型資訊。如果方法或屬性定義為受限制的類型,匿名使用者無法存取該方法或屬性。

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

Syntax

'宣告
Public ReadOnly Property AnonymousRestrictedTypes As SPObjectModelTypeCollection
    Get
'用途
Dim instance As SPClientCallableSettings
Dim value As SPObjectModelTypeCollection

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

Property value

Type: Microsoft.SharePoint.Administration.SPObjectModelTypeCollection
匿名使用者的限制的類型資訊。

請參閱

參照

SPClientCallableSettings class

SPClientCallableSettings members

Microsoft.SharePoint.Administration namespace