SecurableObject.FirstUniqueAncestorSecurableObject 屬性
取得對於此物件定義角色指派的物件。
命名空間: 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
物件角色指派定義的位置。
備註
如果直接在目前的物件上定義角色指派FirstUniqueAncestorSecurableObject屬性會傳回目前的物件。否則,屬性會傳回所繼承的角色指派的物件。