SPPermissionCollection.Inherited property
NOTE: This API is now obsolete.
取得布林值,指出集合是否繼承自父物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")> _
Public ReadOnly Property Inherited As Boolean
Get
'用途
Dim instance As SPPermissionCollection
Dim value As Boolean
value = instance.Inherited
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public bool Inherited { get; }
Property value
Type: System.Boolean
true如果繼承的權限 ;否則, false。