 | OrderGetPropertyValue Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Orders
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Ecommerce.Services.Orders.GetPropertyValue instead.")]
public Object GetPropertyValue(
string propertyName
)
<ObsoleteAttribute("Use Ecommerce.Services.Orders.GetPropertyValue instead.")>
Public Function GetPropertyValue (
propertyName As String
) As Object
Parameters
- propertyName
- Type: SystemString
Return Value
Type:
Object
See Also