RankProfileCollection Interface
Represents a rank profile collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
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 RankProfileCollection _
Inherits IEnumerable(Of RankProfile), IEnumerable
'Usage
Dim instance As RankProfileCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface RankProfileCollection : IEnumerable<RankProfile>,
IEnumerable
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace