Configuration Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the configuration of this object.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Configuration As ProductConfiguration
'Usage
Dim instance As Product
Dim value As ProductConfiguration
value = instance.Configuration
public ProductConfiguration Configuration { get; }
public:
property ProductConfiguration^ Configuration {
ProductConfiguration^ get ();
}
public function get Configuration () : ProductConfiguration
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ProductConfiguration
A ProductConfiguration containing the configuration of this object.
Remarks
The returned ProductConfiguration specifies the pre-loaded configuration of a Product object, including it's Child products.
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.