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
- 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.