| ProductServiceGetPropertyValue Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public Object GetPropertyValue(
Product product,
string propertyName
)
Public Function GetPropertyValue (
product As Product,
propertyName As String
) As Object
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- propertyName
- Type: SystemString
Return Value
Type:
ObjectSee Also