System.Object
ObjectStoreScope
Client Declaration
public class ObjectStoreScope
Represents an object store to be searched.
Attributes
String
objectStore
: Required expression specifying the
name or GUID of an object store.
<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>