Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 459 Bytes

AddPnPIndexedProperty.md

File metadata and controls

14 lines (12 loc) · 459 Bytes

Add-PnPIndexedProperty

Marks the value of the propertybag key specified to be indexed by search.

Syntax

Add-PnPIndexedProperty -Key <String>
                       [-Web <WebPipeBind>]

Parameters

Parameter Type Required Description
Key String True Key of the property bag value to be indexed
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.