Свойство 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.