Expand Minimize

QueryPropertyValue Transformation

Mappings for SharePoint class Microsoft.SharePoint.Search.Query.QueryPropertyValue

Type Mapping

Constructors

Properties

SSOM System.Boolean get_BoolVal()
CSOM Boolean QueryPropertyValue.get_BoolVal()
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.get_boolVal()
SSOM System.Int32 get_IntVal()
CSOM Int32 QueryPropertyValue.get_IntVal()
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.get_intVal()
SSOM System.Int32 get_QueryPropertyValueTypeIndex()
CSOM Int32 QueryPropertyValue.get_QueryPropertyValueTypeIndex()
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.get_queryPropertyValueTypeIndex()
SSOM System.String[] get_StrArray()
CSOM String[] QueryPropertyValue.get_StrArray()
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.get_strArray()
SSOM System.String get_StrVal()
CSOM String QueryPropertyValue.get_StrVal()
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.get_strVal()
SSOM System.Void set_BoolVal(System.Boolean)
CSOM QueryPropertyValue.set_BoolVal(Boolean)
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.set_boolVal()
SSOM System.Void set_IntVal(System.Int32)
CSOM QueryPropertyValue.set_IntVal(Int32)
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.set_intVal()
SSOM System.Void set_QueryPropertyValueTypeIndex(System.Int32)
CSOM QueryPropertyValue.set_QueryPropertyValueTypeIndex(Int32)
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.set_queryPropertyValueTypeIndex()
SSOM System.Void set_StrArray(System.String[])
CSOM QueryPropertyValue.set_StrArray(String[])
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.set_strArray()
SSOM System.Void set_StrVal(System.String)
CSOM QueryPropertyValue.set_StrVal(String)
JSOM Microsoft.SharePoint.Client.Search.Query.QueryPropertyValue.set_strVal()

Methods

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.