GetVariantProperties Method
NOTE: This API is now obsolete.
(Obsolete) GetVariantProperties is obsolete, use GetVariantProperties instead. Retrieve a DataSet containing the properties a single product variant.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use ProductFamily.GetVariant")> _
Public MustOverride Function GetVariantProperties ( _
variantID As Object _
) As DataSet
'Usage
Dim instance As Product
Dim variantID As Object
Dim returnValue As DataSet
returnValue = instance.GetVariantProperties(variantID)
[ObsoleteAttribute("Use ProductFamily.GetVariant")]
public abstract DataSet GetVariantProperties(
Object variantID
)
[ObsoleteAttribute(L"Use ProductFamily.GetVariant")]
public:
virtual DataSet^ GetVariantProperties(
Object^ variantID
) abstract
public abstract function GetVariantProperties(
variantID : Object
) : DataSet
Parameters
- variantID
Type: System..::.Object
The Variant Id of the variant to retrieve.
Return Value
Type: System.Data..::.DataSet
A DataSet containing the properties of a single product variant.
Remarks
This method only applies to Product Family types.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.