IndividuallySecurableMetadataObject class

Represents a metadata object whose access can be individually controlled by specifying an access control list of access control entries associated with this object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.MetadataObject
    Microsoft.SharePoint.BusinessData.Administration.AccessControlledMetadataObject
      Microsoft.SharePoint.BusinessData.Administration.IndividuallySecurableMetadataObject
        Microsoft.SharePoint.BusinessData.Administration.AdministrationMetadataCatalog
        Microsoft.SharePoint.BusinessData.Administration.Entity
        Microsoft.SharePoint.BusinessData.Administration.LobSystem
        Microsoft.SharePoint.BusinessData.Administration.Method
        Microsoft.SharePoint.BusinessData.Administration.MethodInstance
        Microsoft.SharePoint.BusinessData.Administration.Model

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class IndividuallySecurableMetadataObject _
    Inherits AccessControlledMetadataObject
'Usage
Dim instance As IndividuallySecurableMetadataObject
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class IndividuallySecurableMetadataObject : AccessControlledMetadataObject

Remarks

Only an LobSystem (external system), an LobSystemInstance (external system instance), a Method object, a MethodInstance object, or an Association object can be individually securable. The other metadata objects rely on their individually securable ancestor to propagate the permissions to them. This class cannot be instantiated.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

IndividuallySecurableMetadataObject members

Microsoft.SharePoint.BusinessData.Administration namespace