DoGetPurchaseOrderSearchableProperties Method
Returns a DataSet containing the list of properties that are searchable for a purchase order search.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoGetPurchaseOrderSearchableProperties ( _
languageId As String _
) As DataSet
'Usage
Dim languageId As String
Dim returnValue As DataSet
returnValue = Me.DoGetPurchaseOrderSearchableProperties(languageId)
protected DataSet DoGetPurchaseOrderSearchableProperties(
string languageId
)
protected:
DataSet^ DoGetPurchaseOrderSearchableProperties(
String^ languageId
)
protected function DoGetPurchaseOrderSearchableProperties(
languageId : String
) : DataSet
Parameters
- languageId
Type: System..::.String
Desired language in which to display the property names.
Return Value
Type: System.Data..::.DataSet
A DataSet containing the list of properties that are searchable for a purchase order search.
Remarks
The input parameter is trimmed and the comparison is case insensitive.
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.