2.2.4.22 ManagedPropertyInfo

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The ManagedPropertyInfo complex type contains information about a managed property.

 <xs:complexType name="ManagedPropertyInfo">
   <xs:sequence>
     <xs:element minOccurs="0" name="EnabledForScoping" type="xs:boolean"/>
     <xs:element minOccurs="0" name="ManagedType" type="tns:ManagedDataType"/>
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="Pid" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

EnabledForScoping: Specifies whether the managed property can be used in a search scope. If the value is true, it can be used in a search scope, otherwise it cannot.

ManagedType: Specifies the type of the managed property. MUST be a ManagedDataType data type as specified in section 2.2.5.8.

Name: Specifies the name of the managed property. The length of the string MUST be greater than 0 and not more than 64 characters.

Pid: Specifies the unique identifier of a managed property. MUST be greater than zero.