Share via


Item Property

Gets or sets CatalogSet at a particular index in the CatalogSets. An indexer which returns the value for the specified propertyName.

Namespace:  Microsoft.CommerceServer.CatalogSets
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Overrides Property Item ( _
    propertyName As String _
) As Object
'Usage
Dim instance As CatalogSet
Dim propertyName As String
Dim value As Object

value = instance.Item(propertyName)

instance.Item(propertyName) = value
public override Object Item[
    string propertyName
] { get; set; }
public:
virtual property Object^ Item[String^ propertyName] {
    Object^ get (String^ propertyName) override;
    void set (String^ propertyName, Object^ value) override;
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System..::.Object
The CatalogSet at the specified propertyName.

Remarks

Index into the Information dataset, equivalent to Information.CatalogSets[0][propertyName];

Permissions

See Also

Reference

CatalogSet Class

CatalogSet Members

Microsoft.CommerceServer.CatalogSets Namespace