Interface IManagedProperty
Managed property used for search configuration
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public interface IManagedProperty
Managed property used for search configuration
public interface IManagedProperty
Aliases used for this managed property
List<string> Aliases { get; }
PnP.Core.Model.SharePoint.List<System.String>
|
Mappings with crawled properties
List<string> Mappings { get; }
PnP.Core.Model.SharePoint.List<System.String>
|
Name of the managed property
string Name { get; }
System.String
|
Property pid
string Pid { get; }
System.String
|
Type of managed property
string Type { get; }
System.String
|