SPPermissionCollection.Parent 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 Parent As Object
Get
'用途
Dim instance As SPPermissionCollection
Dim value As Object
value = instance.Parent
[ObsoleteAttribute("Use the SPRoleAssignmentCollection class instead")]
public Object Parent { get; }
Property value
Type: System.Object
物件,表示集合的父物件。