GetSearchableEntities Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves information about what profiles and properties can be searched in the profile system.
Namespace: Microsoft.CommerceServer.Profiles.WebService
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetSearchableEntities As DataSet
'Usage
Dim instance As ProfilesWebService
Dim returnValue As DataSet
returnValue = instance.GetSearchableEntities()
[WebMethodAttribute]
public virtual DataSet GetSearchableEntities()
[WebMethodAttribute]
public:
virtual DataSet^ GetSearchableEntities()
public function GetSearchableEntities() : DataSet
Return Value
Type: System.Data..::.DataSet
A DataSet containing information about what profiles and properties can be searched in the profile system.
Remarks
Retrieves information about what profiles and properties can be searched in the profile system. Returns a DataSet containing information about what profiles and properties can be searched in the profile system.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.