Schema.AllRankProfiles Property
Returns a list of rank profiles in the index schema.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property AllRankProfiles As RankProfileCollection
Get
'Usage
Dim instance As Schema
Dim value As RankProfileCollection
value = instance.AllRankProfiles
RankProfileCollection AllRankProfiles { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.RankProfileCollection
Returns a RankProfileCollection that represents the rank profiles in the index schema.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace