Identifiable Interface

Represents operations on domain objects that are identifiable, i.e have an id and a last modified field. Clients should normally have no need to access this interface directly.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface Identifiable
'Usage
Dim instance As Identifiable
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface Identifiable

See Also

Reference

Identifiable Members

Microsoft.SharePoint.Search.Extended.Administration Namespace