SecurableObject.FirstUniqueAncestorSecurableObject 属性
Gets the object where role assignments for this object are defined.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property FirstUniqueAncestorSecurableObject As SecurableObject
Get
用法
Dim instance As SecurableObject
Dim value As SecurableObject
value = instance.FirstUniqueAncestorSecurableObject
public SecurableObject FirstUniqueAncestorSecurableObject { get; }
属性值
类型:Microsoft.SharePoint.Client.SecurableObject
The object where role assignments are defined.
备注
If role assignments are defined directly on the current object, the FirstUniqueAncestorSecurableObject property returns the current object. Otherwise, the property returns the object from which role assignments are inherited.