SPPermission.Parent property
NOTE: This API is now obsolete.
對於指定的使用權限物件,可以是清單或網站取得父物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use the SPRoleAssignment class instead")> _
Public ReadOnly Property Parent As Object
Get
'用途
Dim instance As SPPermission
Dim value As Object
value = instance.Parent
[ObsoleteAttribute("Use the SPRoleAssignment class instead")]
public Object Parent { get; }
Property value
Type: System.Object
使用權限物件的父物件。