ObjectStoreScope Element

System.Object

SearchScopeType

ObjectStoreScope

 

Client Declaration

Represents an object store to be searched.

 

Element Structure

Attributes

 

XML Schema

<xsd:complexType name="ObjectStoreScope">
   <xsd:complexContent>
      <xsd:extension base="SearchScopeType">
         <xsd:attribute name="objectStore" type="xsd:string" use="required"/>
      </xsd:extension>
   </xsd:complexContent>
</xsd:complexType>