GetPurchaseOrderReturnableProperties Method

Returns a DataSet containing the List of properties which can be returned for a PurchaseOrder search.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Overridable Function GetPurchaseOrderReturnableProperties ( _
    languageId As String _
) As DataSet
'Usage
Dim instance As OrdersWebService
Dim languageId As String
Dim returnValue As DataSet

returnValue = instance.GetPurchaseOrderReturnableProperties(languageId)
[WebMethodAttribute]
public virtual DataSet GetPurchaseOrderReturnableProperties(
    string languageId
)
[WebMethodAttribute]
public:
virtual DataSet^ GetPurchaseOrderReturnableProperties(
    String^ languageId
)
public function GetPurchaseOrderReturnableProperties(
    languageId : String
) : DataSet

Parameters

  • languageId
    Type: System..::.String
    Language in which client wants the display names.

Return Value

Type: System.Data..::.DataSet
A DataSet containing the List of properties which can be returned for a PurchaseOrder search.

Remarks

Returns a DataSet containing the List of properties which can be returned for a PurchaseOrder search. The input parameter will be trimmed and the comparison will be a case insensitive.

Permissions

See Also

Reference

OrdersWebService Class

OrdersWebService Members

Microsoft.CommerceServer.Orders.WebService Namespace