שתף באמצעות


DoGetPurchaseOrderReturnableProperties Method

Returns a DataSet containing the list of properties that can be returned for a purchase order search.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Protected Function DoGetPurchaseOrderReturnableProperties ( _
    languageId As String _
) As DataSet
'Usage
Dim languageId As String
Dim returnValue As DataSet

returnValue = Me.DoGetPurchaseOrderReturnableProperties(languageId)
protected DataSet DoGetPurchaseOrderReturnableProperties(
    string languageId
)
protected:
DataSet^ DoGetPurchaseOrderReturnableProperties(
    String^ languageId
)
protected function DoGetPurchaseOrderReturnableProperties(
    languageId : String
) : DataSet

Parameters

  • languageId
    Type: System..::.String
    The desired language in which to display the property names.

Return Value

Type: System.Data..::.DataSet
A DataSet containing the List of properties that can be returned for a purchase order search.

Remarks

The input parameter is trimmed and the comparison is case insensitive.

Permissions

See Also

Reference

OrderServices Class

OrderServices Members

Microsoft.CommerceServer.Orders Namespace