LoadVariants Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value used to indicate if the Variants property for this object should be loaded with the object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property LoadVariants As Boolean
'Usage
Dim instance As ProductConfiguration
Dim value As Boolean
value = instance.LoadVariants
instance.LoadVariants = value
public bool LoadVariants { get; set; }
public:
property bool LoadVariants {
bool get ();
void set (bool value);
}
public function get LoadVariants () : boolean
public function set LoadVariants (value : boolean)
Property Value
Type: System..::.Boolean
true if the Variants property for this object should be loaded with the object; otherwise, false.
Remarks
If set to true, the CollectionConfiguration xml-serializable data-object will be loaded.
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.