Describable Interface
Represents operations on domain objects that are describable, i.e have a name and a description 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 Describable _
Inherits Identifiable
'Usage
Dim instance As Describable
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface Describable : Identifiable
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration Namespace