Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves the list of entities that can be searched.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetSearchableEntities As DataSet
'Usage
Dim instance As ProfileManagementContext
Dim returnValue As DataSet
returnValue = instance.GetSearchableEntities()
public DataSet GetSearchableEntities()
public:
DataSet^ GetSearchableEntities()
public function GetSearchableEntities() : DataSet
Return Value
Type: System.Data..::.DataSet
A DataSet that describes the entities that can be searched in the profile system.
Exceptions
Exception | Condition |
---|---|
AuthenticationException | User has not been authenticated. |
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.
See Also
Reference
ProfileManagementContext Class