 | VariantGroupService.GetVariantGroupProperty Method |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IList<VariantGroupProperty> GetVariantGroupProperty(
string groupId
)
Public Function GetVariantGroupProperty (
groupId As String
) As IList(Of VariantGroupProperty)
Parameters
- groupId
- Type: System.String
Return Value
Type:
IList<VariantGroupProperty>
See Also