Share via


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

See Also

Reference

ProfilesWebService Class

ProfilesWebService Members

Microsoft.CommerceServer.Profiles.WebService Namespace