共用方式為


SPSecurableObject.EffectiveBasePermissions property

取得值,這個值,指出目前的使用者物件的有效使用權限。

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

Syntax

'宣告
Public MustOverride ReadOnly Property EffectiveBasePermissions As SPBasePermissions
    Get
'用途
Dim instance As SPSecurableObject
Dim value As SPBasePermissions

value = instance.EffectiveBasePermissions
public abstract SPBasePermissions EffectiveBasePermissions { get; }

Property value

Type: Microsoft.SharePoint.SPBasePermissions
列舉值的位元組合,指定一組權限。

Implements

ISecurableObject.EffectiveBasePermissions

請參閱

參照

SPSecurableObject class

SPSecurableObject members

Microsoft.SharePoint namespace

GetUserEffectivePermissions(String)