GetSearchableProperties Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the properties in the system that can be searched on.

Namespace:  Microsoft.CommerceServer.Marketing.WebService
Assembly:  Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetSearchableProperties As DataSet
'Usage
Dim instance As MarketingWebService
Dim returnValue As DataSet

returnValue = instance.GetSearchableProperties()
[WebMethodAttribute]
public virtual DataSet GetSearchableProperties()
[WebMethodAttribute]
public:
virtual DataSet^ GetSearchableProperties()
public function GetSearchableProperties() : DataSet

Return Value

Type: System.Data..::.DataSet
A DataSet containing the searchable properties.

Remarks

You can use this method to get all the properties that are being used in all the marketing system.

Permissions

See Also

Reference

MarketingWebService Class

MarketingWebService Members

Microsoft.CommerceServer.Marketing.WebService Namespace