Share via


CatalogSetId Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the Guid of the catalog set.

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

Syntax

'Declaration
Public ReadOnly Property CatalogSetId As Guid
'Usage
Dim instance As CatalogSet
Dim value As Guid

value = instance.CatalogSetId
public Guid CatalogSetId { get; }
public:
property Guid CatalogSetId {
    Guid get ();
}
public function get CatalogSetId () : Guid

Property Value

Type: System..::.Guid
The identifier for the CatalogSet.

Remarks

Returns the current catalog set's information.

Permissions

See Also

Reference

CatalogSet Class

CatalogSet Members

Microsoft.CommerceServer.CatalogSets Namespace